config.in 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. /* config.in. Generated from configure.ac by autoheader. */
  2. /* Check that config.h is #included before system headers
  3. (this works only for glibc, but that should be enough). */
  4. #if defined(__GLIBC__) && !defined(__FreeBSD_kernel__) && !defined(__CONFIG_H__)
  5. # error config.h must be #included before system headers
  6. #endif
  7. #define __CONFIG_H__ 1
  8. /* Define if you want run-time sanity checks. */
  9. #undef ENABLE_CHECKING
  10. /* Define to 1 if translation of program messages to the user's native
  11. language is requested. */
  12. #undef ENABLE_NLS
  13. /* Define to 1 if you have the declaration of `basename', and to 0 if you
  14. don't. */
  15. #undef HAVE_DECL_BASENAME
  16. /* Define to 1 if you have the declaration of `stpcpy', and to 0 if you don't.
  17. */
  18. #undef HAVE_DECL_STPCPY
  19. /* Define to 1 if you have the <dlfcn.h> header file. */
  20. #undef HAVE_DLFCN_H
  21. /* Define to 1 if you have the <inttypes.h> header file. */
  22. #undef HAVE_INTTYPES_H
  23. /* Define to 1 if you have the <memory.h> header file. */
  24. #undef HAVE_MEMORY_H
  25. /* Define if sigsetjmp is available. */
  26. #undef HAVE_SIGSETJMP
  27. /* Define to 1 if you have the <stdint.h> header file. */
  28. #undef HAVE_STDINT_H
  29. /* Define to 1 if you have the <stdlib.h> header file. */
  30. #undef HAVE_STDLIB_H
  31. /* Define to 1 if you have the <strings.h> header file. */
  32. #undef HAVE_STRINGS_H
  33. /* Define to 1 if you have the <string.h> header file. */
  34. #undef HAVE_STRING_H
  35. /* Define to 1 if you have the <sys/stat.h> header file. */
  36. #undef HAVE_SYS_STAT_H
  37. /* Define to 1 if you have the <sys/types.h> header file. */
  38. #undef HAVE_SYS_TYPES_H
  39. /* Define to 1 if you have the <unistd.h> header file. */
  40. #undef HAVE_UNISTD_H
  41. /* Define to the sub-directory in which libtool stores uninstalled libraries.
  42. */
  43. #undef LT_OBJDIR
  44. /* Name of package */
  45. #undef PACKAGE
  46. /* Define to the address where bug reports for this package should be sent. */
  47. #undef PACKAGE_BUGREPORT
  48. /* Define to the full name of this package. */
  49. #undef PACKAGE_NAME
  50. /* Define to the full name and version of this package. */
  51. #undef PACKAGE_STRING
  52. /* Define to the one symbol short name of this package. */
  53. #undef PACKAGE_TARNAME
  54. /* Define to the home page for this package. */
  55. #undef PACKAGE_URL
  56. /* Define to the version of this package. */
  57. #undef PACKAGE_VERSION
  58. /* The size of `void *', as computed by sizeof. */
  59. #undef SIZEOF_VOID_P
  60. /* Define to 1 if you have the ANSI C header files. */
  61. #undef STDC_HEADERS
  62. /* Enable extensions on AIX 3, Interix. */
  63. #ifndef _ALL_SOURCE
  64. # undef _ALL_SOURCE
  65. #endif
  66. /* Enable GNU extensions on systems that have them. */
  67. #ifndef _GNU_SOURCE
  68. # undef _GNU_SOURCE
  69. #endif
  70. /* Enable threading extensions on Solaris. */
  71. #ifndef _POSIX_PTHREAD_SEMANTICS
  72. # undef _POSIX_PTHREAD_SEMANTICS
  73. #endif
  74. /* Enable extensions on HP NonStop. */
  75. #ifndef _TANDEM_SOURCE
  76. # undef _TANDEM_SOURCE
  77. #endif
  78. /* Enable general extensions on Solaris. */
  79. #ifndef __EXTENSIONS__
  80. # undef __EXTENSIONS__
  81. #endif
  82. /* Version number of package */
  83. #undef VERSION
  84. /* Define to 1 if on MINIX. */
  85. #undef _MINIX
  86. /* Define to 2 if the system does not provide POSIX.1 features except with
  87. this defined. */
  88. #undef _POSIX_1_SOURCE
  89. /* Define to 1 if you need to in order for `stat' and other things to work. */
  90. #undef _POSIX_SOURCE