|
|
|
@ -160,6 +160,9 @@
|
|
|
|
|
/* Define to the one symbol short name of this package. */
|
|
|
|
|
#undef PACKAGE_TARNAME
|
|
|
|
|
|
|
|
|
|
/* Define to the home page for this package. */
|
|
|
|
|
#undef PACKAGE_URL
|
|
|
|
|
|
|
|
|
|
/* Define to the version of this package. */
|
|
|
|
|
#undef PACKAGE_VERSION
|
|
|
|
|
|
|
|
|
@ -172,19 +175,19 @@
|
|
|
|
|
/* Version number of package */
|
|
|
|
|
#undef VERSION
|
|
|
|
|
|
|
|
|
|
/* Define for Solaris 2.5.1 so the uint32_t typedef from
<sys/synch.h>,
|
|
|
|
|
<pthread.h>, or <semaphore.h> is not used.
If the typedef was allowed, the
|
|
|
|
|
#define below would cause a
syntax error. */
|
|
|
|
|
/* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
|
|
|
|
|
<pthread.h>, or <semaphore.h> is not used. If the typedef was allowed, the
|
|
|
|
|
#define below would cause a syntax error. */
|
|
|
|
|
#undef _UINT32_T
|
|
|
|
|
|
|
|
|
|
/* Define for Solaris 2.5.1 so the uint64_t typedef from
<sys/synch.h>,
|
|
|
|
|
<pthread.h>, or <semaphore.h> is not used.
If the typedef was allowed, the
|
|
|
|
|
#define below would cause a
syntax error. */
|
|
|
|
|
/* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
|
|
|
|
|
<pthread.h>, or <semaphore.h> is not used. If the typedef was allowed, the
|
|
|
|
|
#define below would cause a syntax error. */
|
|
|
|
|
#undef _UINT64_T
|
|
|
|
|
|
|
|
|
|
/* Define for Solaris 2.5.1 so the uint8_t typedef from
<sys/synch.h>,
|
|
|
|
|
<pthread.h>, or <semaphore.h> is not used.
If the typedef was allowed, the
|
|
|
|
|
#define below would cause a
syntax error. */
|
|
|
|
|
/* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
|
|
|
|
|
<pthread.h>, or <semaphore.h> is not used. If the typedef was allowed, the
|
|
|
|
|
#define below would cause a syntax error. */
|
|
|
|
|
#undef _UINT8_T
|
|
|
|
|
|
|
|
|
|
/* Define to `__inline__' or `__inline' if that's what the C compiler
|
|
|
|
@ -193,7 +196,7 @@
|
|
|
|
|
#undef inline
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
/* Define to the type of a signed integer type of width exactly 32 bits
if
|
|
|
|
|
/* Define to the type of a signed integer type of width exactly 32 bits if
|
|
|
|
|
such a type exists and the standard includes do not define it. */
|
|
|
|
|
#undef int32_t
|
|
|
|
|
|
|
|
|
@ -209,18 +212,18 @@
|
|
|
|
|
/* Define to `unsigned int' if <sys/types.h> does not define. */
|
|
|
|
|
#undef size_t
|
|
|
|
|
|
|
|
|
|
/* Define to the type of an unsigned integer type of width exactly 16 bits
if
|
|
|
|
|
/* Define to the type of an unsigned integer type of width exactly 16 bits if
|
|
|
|
|
such a type exists and the standard includes do not define it. */
|
|
|
|
|
#undef uint16_t
|
|
|
|
|
|
|
|
|
|
/* Define to the type of an unsigned integer type of width exactly 32 bits
if
|
|
|
|
|
/* Define to the type of an unsigned integer type of width exactly 32 bits if
|
|
|
|
|
such a type exists and the standard includes do not define it. */
|
|
|
|
|
#undef uint32_t
|
|
|
|
|
|
|
|
|
|
/* Define to the type of an unsigned integer type of width exactly 64 bits
if
|
|
|
|
|
/* Define to the type of an unsigned integer type of width exactly 64 bits if
|
|
|
|
|
such a type exists and the standard includes do not define it. */
|
|
|
|
|
#undef uint64_t
|
|
|
|
|
|
|
|
|
|
/* Define to the type of an unsigned integer type of width exactly 8 bits
if
|
|
|
|
|
/* Define to the type of an unsigned integer type of width exactly 8 bits if
|
|
|
|
|
such a type exists and the standard includes do not define it. */
|
|
|
|
|
#undef uint8_t
|
|
|
|
|