gconfig.in 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  1. /* gconfig.in. Generated from configure.ac by autoheader. */
  2. /* Define to 1 if translation of program messages to the user's native
  3. language is requested. */
  4. #undef ENABLE_NLS
  5. /* Is the prototype for getopt in <unistd.h> in the expected format? */
  6. #undef HAVE_DECL_GETOPT
  7. /* Define to 1 if you have the <dlfcn.h> header file. */
  8. #undef HAVE_DLFCN_H
  9. /* Define to 1 if you have the <inttypes.h> header file. */
  10. #undef HAVE_INTTYPES_H
  11. /* Define to 1 if you have the <memory.h> header file. */
  12. #undef HAVE_MEMORY_H
  13. /* Define to 1 if you have the `setitimer' function. */
  14. #undef HAVE_SETITIMER
  15. /* Define to 1 if you have the <stdint.h> header file. */
  16. #undef HAVE_STDINT_H
  17. /* Define to 1 if you have the <stdlib.h> header file. */
  18. #undef HAVE_STDLIB_H
  19. /* Define to 1 if you have the <strings.h> header file. */
  20. #undef HAVE_STRINGS_H
  21. /* Define to 1 if you have the <string.h> header file. */
  22. #undef HAVE_STRING_H
  23. /* Define to 1 if you have the <sys/gmon_out.h> header file. */
  24. #undef HAVE_SYS_GMON_OUT_H
  25. /* Define to 1 if you have the <sys/stat.h> header file. */
  26. #undef HAVE_SYS_STAT_H
  27. /* Define to 1 if you have the <sys/time.h> header file. */
  28. #undef HAVE_SYS_TIME_H
  29. /* Define to 1 if you have the <sys/types.h> header file. */
  30. #undef HAVE_SYS_TYPES_H
  31. /* Define to 1 if you have the <unistd.h> header file. */
  32. #undef HAVE_UNISTD_H
  33. /* Define to 1 if you have the <windows.h> header file. */
  34. #undef HAVE_WINDOWS_H
  35. /* Define to the sub-directory in which libtool stores uninstalled libraries.
  36. */
  37. #undef LT_OBJDIR
  38. /* Name of package */
  39. #undef PACKAGE
  40. /* Define to the address where bug reports for this package should be sent. */
  41. #undef PACKAGE_BUGREPORT
  42. /* Define to the full name of this package. */
  43. #undef PACKAGE_NAME
  44. /* Define to the full name and version of this package. */
  45. #undef PACKAGE_STRING
  46. /* Define to the one symbol short name of this package. */
  47. #undef PACKAGE_TARNAME
  48. /* Define to the home page for this package. */
  49. #undef PACKAGE_URL
  50. /* Define to the version of this package. */
  51. #undef PACKAGE_VERSION
  52. /* Define to 1 if you have the ANSI C header files. */
  53. #undef STDC_HEADERS
  54. /* Enable extensions on AIX 3, Interix. */
  55. #ifndef _ALL_SOURCE
  56. # undef _ALL_SOURCE
  57. #endif
  58. /* Enable GNU extensions on systems that have them. */
  59. #ifndef _GNU_SOURCE
  60. # undef _GNU_SOURCE
  61. #endif
  62. /* Enable threading extensions on Solaris. */
  63. #ifndef _POSIX_PTHREAD_SEMANTICS
  64. # undef _POSIX_PTHREAD_SEMANTICS
  65. #endif
  66. /* Enable extensions on HP NonStop. */
  67. #ifndef _TANDEM_SOURCE
  68. # undef _TANDEM_SOURCE
  69. #endif
  70. /* Enable general extensions on Solaris. */
  71. #ifndef __EXTENSIONS__
  72. # undef __EXTENSIONS__
  73. #endif
  74. /* Version number of package */
  75. #undef VERSION
  76. /* Enable large inode numbers on Mac OS X 10.5. */
  77. #ifndef _DARWIN_USE_64_BIT_INODE
  78. # define _DARWIN_USE_64_BIT_INODE 1
  79. #endif
  80. /* Number of bits in a file offset, on hosts where this is settable. */
  81. #undef _FILE_OFFSET_BITS
  82. /* Define for large files, on AIX-style hosts. */
  83. #undef _LARGE_FILES
  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