config.h.in 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165
  1. /* config.h.in. Generated from configure.ac by autoheader. */
  2. /* Define to 1 if you have the `chroot' function. */
  3. #undef HAVE_CHROOT
  4. /* Define to 1 if you have the <dlfcn.h> header file. */
  5. #undef HAVE_DLFCN_H
  6. /* Define to 1 if you have the <faux/faux.h> header file. */
  7. #undef HAVE_FAUX_FAUX_H
  8. /* Define to 1 if you have the <getopt.h> header file. */
  9. #undef HAVE_GETOPT_H
  10. /* getopt_long() function */
  11. #undef HAVE_GETOPT_LONG
  12. /* Define to 1 if you have the <grp.h> header file. */
  13. #undef HAVE_GRP_H
  14. /* Define to 1 if you have the <inttypes.h> header file. */
  15. #undef HAVE_INTTYPES_H
  16. /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
  17. #undef HAVE_LANGINFO_CODESET
  18. /* Define to 1 if you have the <lauxlib.h> header file. */
  19. #undef HAVE_LAUXLIB_H
  20. /* Define to 1 if you have the `bsdxml' library (-lbsdxml). */
  21. #undef HAVE_LIBBSDXML
  22. /* Define to 1 if you have the `roxml' library (-lroxml). */
  23. #undef HAVE_LIBROXML
  24. /* Define to 1 if you have the `xml2' library (-lxml2). */
  25. #undef HAVE_LIBXML2
  26. /* libbsdxml-based XML backend */
  27. #undef HAVE_LIB_BSDXML
  28. /* expat-based XML backend */
  29. #undef HAVE_LIB_EXPAT
  30. /* libxml2-based XML backend */
  31. #undef HAVE_LIB_LIBXML2
  32. /* roxml-based XML backend */
  33. #undef HAVE_LIB_ROXML
  34. /* Define to 1 if you have the <locale.h> header file. */
  35. #undef HAVE_LOCALE_H
  36. /* Define to 1 if you have the <luaconf.h> header file. */
  37. #undef HAVE_LUACONF_H
  38. /* Define to 1 if you have the <lualib.h> header file. */
  39. #undef HAVE_LUALIB_H
  40. /* Define to 1 if you have the <lua.h> header file. */
  41. #undef HAVE_LUA_H
  42. /* Define to 1 if you have the <memory.h> header file. */
  43. #undef HAVE_MEMORY_H
  44. /* Define to 1 if you have the <pwd.h> header file. */
  45. #undef HAVE_PWD_H
  46. /* Define to 1 if you have the <regex.h> header file. */
  47. #undef HAVE_REGEX_H
  48. /* Define to 1 if you have the <stdint.h> header file. */
  49. #undef HAVE_STDINT_H
  50. /* Define to 1 if you have the <stdlib.h> header file. */
  51. #undef HAVE_STDLIB_H
  52. /* Define to 1 if you have the <strings.h> header file. */
  53. #undef HAVE_STRINGS_H
  54. /* Define to 1 if you have the <string.h> header file. */
  55. #undef HAVE_STRING_H
  56. /* Define to 1 if you have the <sys/stat.h> header file. */
  57. #undef HAVE_SYS_STAT_H
  58. /* Define to 1 if you have the <sys/types.h> header file. */
  59. #undef HAVE_SYS_TYPES_H
  60. /* Define to 1 if you have the <unistd.h> header file. */
  61. #undef HAVE_UNISTD_H
  62. /* Define to the sub-directory where libtool stores uninstalled libraries. */
  63. #undef LT_OBJDIR
  64. /* Name of package */
  65. #undef PACKAGE
  66. /* Define to the address where bug reports for this package should be sent. */
  67. #undef PACKAGE_BUGREPORT
  68. /* Define to the full name of this package. */
  69. #undef PACKAGE_NAME
  70. /* Define to the full name and version of this package. */
  71. #undef PACKAGE_STRING
  72. /* Define to the one symbol short name of this package. */
  73. #undef PACKAGE_TARNAME
  74. /* Define to the home page for this package. */
  75. #undef PACKAGE_URL
  76. /* Define to the version of this package. */
  77. #undef PACKAGE_VERSION
  78. /* The size of `int', as computed by sizeof. */
  79. #undef SIZEOF_INT
  80. /* The size of `long', as computed by sizeof. */
  81. #undef SIZEOF_LONG
  82. /* The size of `size_t', as computed by sizeof. */
  83. #undef SIZEOF_SIZE_T
  84. /* Define to 1 if you have the ANSI C header files. */
  85. #undef STDC_HEADERS
  86. /* Enable extensions on AIX 3, Interix. */
  87. #ifndef _ALL_SOURCE
  88. # undef _ALL_SOURCE
  89. #endif
  90. /* Enable GNU extensions on systems that have them. */
  91. #ifndef _GNU_SOURCE
  92. # undef _GNU_SOURCE
  93. #endif
  94. /* Enable threading extensions on Solaris. */
  95. #ifndef _POSIX_PTHREAD_SEMANTICS
  96. # undef _POSIX_PTHREAD_SEMANTICS
  97. #endif
  98. /* Enable extensions on HP NonStop. */
  99. #ifndef _TANDEM_SOURCE
  100. # undef _TANDEM_SOURCE
  101. #endif
  102. /* Enable general extensions on Solaris. */
  103. #ifndef __EXTENSIONS__
  104. # undef __EXTENSIONS__
  105. #endif
  106. /* Version number of package */
  107. #undef VERSION
  108. /* Use internal getopt() implementation */
  109. #undef WITH_INTERNAL_GETOPT
  110. /* Define to 1 if on MINIX. */
  111. #undef _MINIX
  112. /* Define to 2 if the system does not provide POSIX.1 features except with
  113. this defined. */
  114. #undef _POSIX_1_SOURCE
  115. /* Define to 1 if you need to in order for `stat' and other things to work. */
  116. #undef _POSIX_SOURCE