|
@ -1,11 +1,14 @@ |
|
|
/* config.h.in. Generated from configure.ac by autoheader. */ |
|
|
/* config.h.in. Generated from configure.ac by autoheader. */ |
|
|
|
|
|
|
|
|
/* Define to 1 if system is big endian */ |
|
|
|
|
|
#undef BIGENDIAN |
|
|
|
|
|
|
|
|
/* Define if building universal (internal helper macro) */ |
|
|
|
|
|
#undef AC_APPLE_UNIVERSAL_BUILD |
|
|
|
|
|
|
|
|
/* Define to 1 if you have the <arpa/inet.h> header file. */ |
|
|
/* Define to 1 if you have the <arpa/inet.h> header file. */ |
|
|
#undef HAVE_ARPA_INET_H |
|
|
#undef HAVE_ARPA_INET_H |
|
|
|
|
|
|
|
|
|
|
|
/* Define to 1 if you have the <dlfcn.h> header file. */ |
|
|
|
|
|
#undef HAVE_DLFCN_H |
|
|
|
|
|
|
|
|
/* Define to 1 if you have the <fcntl.h> header file. */ |
|
|
/* Define to 1 if you have the <fcntl.h> header file. */ |
|
|
#undef HAVE_FCNTL_H |
|
|
#undef HAVE_FCNTL_H |
|
|
|
|
|
|
|
@ -61,8 +64,9 @@ |
|
|
/* Define to 1 if you have the <unistd.h> header file. */ |
|
|
/* Define to 1 if you have the <unistd.h> header file. */ |
|
|
#undef HAVE_UNISTD_H |
|
|
#undef HAVE_UNISTD_H |
|
|
|
|
|
|
|
|
/* Define to 1 if system is little endian */ |
|
|
|
|
|
#undef LITTLEENDIAN |
|
|
|
|
|
|
|
|
/* Define to the sub-directory in which libtool stores uninstalled libraries. |
|
|
|
|
|
*/ |
|
|
|
|
|
#undef LT_OBJDIR |
|
|
|
|
|
|
|
|
/* Name of package */ |
|
|
/* Name of package */ |
|
|
#undef PACKAGE |
|
|
#undef PACKAGE |
|
@ -91,6 +95,18 @@ |
|
|
/* Version number of package */ |
|
|
/* Version number of package */ |
|
|
#undef VERSION |
|
|
#undef VERSION |
|
|
|
|
|
|
|
|
|
|
|
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most |
|
|
|
|
|
significant byte first (like Motorola and SPARC, unlike Intel). */ |
|
|
|
|
|
#if defined AC_APPLE_UNIVERSAL_BUILD |
|
|
|
|
|
# if defined __BIG_ENDIAN__ |
|
|
|
|
|
# define WORDS_BIGENDIAN 1 |
|
|
|
|
|
# endif |
|
|
|
|
|
#else |
|
|
|
|
|
# ifndef WORDS_BIGENDIAN |
|
|
|
|
|
# undef WORDS_BIGENDIAN |
|
|
|
|
|
# endif |
|
|
|
|
|
#endif |
|
|
|
|
|
|
|
|
/* Define to `__inline__' or `__inline' if that's what the C compiler |
|
|
/* Define to `__inline__' or `__inline' if that's what the C compiler |
|
|
calls it, or to nothing if 'inline' is not supported under any name. */ |
|
|
calls it, or to nothing if 'inline' is not supported under any name. */ |
|
|
#ifndef __cplusplus |
|
|
#ifndef __cplusplus |
|
|