config.h.in 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. /* config.h.in. Generated from configure.ac by autoheader. */
  2. /* Define to 1 if the package shall run at any location in the filesystem. */
  3. #undef ENABLE_RELOCATABLE
  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 <inttypes.h> header file. */
  7. #undef HAVE_INTTYPES_H
  8. /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
  9. #undef HAVE_LANGINFO_CODESET
  10. /* Define to 1 if you have the <memory.h> header file. */
  11. #undef HAVE_MEMORY_H
  12. /* Define to 1 if you have the `setlocale' function. */
  13. #undef HAVE_SETLOCALE
  14. /* Define to 1 if you have the <stdint.h> header file. */
  15. #undef HAVE_STDINT_H
  16. /* Define to 1 if you have the <stdlib.h> header file. */
  17. #undef HAVE_STDLIB_H
  18. /* Define to 1 if you have the <strings.h> header file. */
  19. #undef HAVE_STRINGS_H
  20. /* Define to 1 if you have the <string.h> header file. */
  21. #undef HAVE_STRING_H
  22. /* Define to 1 if you have the <sys/stat.h> header file. */
  23. #undef HAVE_SYS_STAT_H
  24. /* Define to 1 if you have the <sys/types.h> header file. */
  25. #undef HAVE_SYS_TYPES_H
  26. /* Define to 1 if you have the <unistd.h> header file. */
  27. #undef HAVE_UNISTD_H
  28. /* Define to 1 or 0, depending whether the compiler supports simple visibility
  29. declarations. */
  30. #undef HAVE_VISIBILITY
  31. /* Define to the value of ${prefix}, as a string. */
  32. #undef INSTALLPREFIX
  33. /* Define to the sub-directory in which libtool stores uninstalled libraries.
  34. */
  35. #undef LT_OBJDIR
  36. /* Define to the address where bug reports for this package should be sent. */
  37. #undef PACKAGE_BUGREPORT
  38. /* Define to the full name of this package. */
  39. #undef PACKAGE_NAME
  40. /* Define to the full name and version of this package. */
  41. #undef PACKAGE_STRING
  42. /* Define to the one symbol short name of this package. */
  43. #undef PACKAGE_TARNAME
  44. /* Define to the version of this package. */
  45. #undef PACKAGE_VERSION
  46. /* Define to 1 if you have the ANSI C header files. */
  47. #undef STDC_HEADERS
  48. /* Enable extensions on AIX 3, Interix. */
  49. #ifndef _ALL_SOURCE
  50. # undef _ALL_SOURCE
  51. #endif
  52. /* Enable GNU extensions on systems that have them. */
  53. #ifndef _GNU_SOURCE
  54. # undef _GNU_SOURCE
  55. #endif
  56. /* Enable threading extensions on Solaris. */
  57. #ifndef _POSIX_PTHREAD_SEMANTICS
  58. # undef _POSIX_PTHREAD_SEMANTICS
  59. #endif
  60. /* Enable extensions on HP NonStop. */
  61. #ifndef _TANDEM_SOURCE
  62. # undef _TANDEM_SOURCE
  63. #endif
  64. /* Enable general extensions on Solaris. */
  65. #ifndef __EXTENSIONS__
  66. # undef __EXTENSIONS__
  67. #endif
  68. /* Define to 1 if on MINIX. */
  69. #undef _MINIX
  70. /* Define to 2 if the system does not provide POSIX.1 features except with
  71. this defined. */
  72. #undef _POSIX_1_SOURCE
  73. /* Define to 1 if you need to in order for `stat' and other things to work. */
  74. #undef _POSIX_SOURCE