63 #ifndef include_uint_h 64 #define include_uint_h 68 #include <include/hpctoolkit-config.h> 73 #if !defined(SIZEOF_VOIDP) 74 # error "configure.ac should have defined SIZEOF_VOIDP using AC_CHECK_SIZEOF." 80 #if defined(__cplusplus) 92 #ifdef HAVE_SYS_TYPES_H 93 # include <sys/types.h> 95 #ifdef HAVE_INTTYPES_H 96 # include <inttypes.h> 103 #if defined(__cplusplus) 105 # if !defined(HAVE_USHORT) 106 typedef unsigned short int ushort;
109 # if !defined(HAVE_UINT) 110 typedef unsigned int uint;
113 # if !defined(HAVE_ULONG) 114 typedef unsigned long int ulong;
119 # if !defined(HAVE_USHORT_LANG_C) 123 # if !defined(HAVE_UINT_LANG_C) 127 # if !defined(HAVE_ULONG_LANG_C)
unsigned short int ushort