config.in 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167
  1. /* config.in. Generated from configure.ac by autoheader. */
  2. /* Define if building universal (internal helper macro) */
  3. #undef AC_APPLE_UNIVERSAL_BUILD
  4. /* Define to 1 if translation of program messages to the user's native
  5. language is requested. */
  6. #undef ENABLE_NLS
  7. /* Define to 1 if you have the <dlfcn.h> header file. */
  8. #undef HAVE_DLFCN_H
  9. /* Define if dv-sockser is usable. */
  10. #undef HAVE_DV_SOCKSER
  11. /* Define to 1 if you have the <errno.h> header file. */
  12. #undef HAVE_ERRNO_H
  13. /* Define to 1 if you have the <fcntl.h> header file. */
  14. #undef HAVE_FCNTL_H
  15. /* Define to 1 if you have the <fpu_control.h> header file. */
  16. #undef HAVE_FPU_CONTROL_H
  17. /* Define to 1 if you have the `getrusage' function. */
  18. #undef HAVE_GETRUSAGE
  19. /* Define to 1 if you have the <inttypes.h> header file. */
  20. #undef HAVE_INTTYPES_H
  21. /* Define to 1 if you have the `m' library (-lm). */
  22. #undef HAVE_LIBM
  23. /* Define to 1 if you have the `nsl' library (-lnsl). */
  24. #undef HAVE_LIBNSL
  25. /* Define to 1 if you have the `socket' library (-lsocket). */
  26. #undef HAVE_LIBSOCKET
  27. /* Define to 1 if you have the <memory.h> header file. */
  28. #undef HAVE_MEMORY_H
  29. /* Define to 1 if you have the `sigaction' function. */
  30. #undef HAVE_SIGACTION
  31. /* Define to 1 if you have the <stdint.h> header file. */
  32. #undef HAVE_STDINT_H
  33. /* Define to 1 if you have the <stdlib.h> header file. */
  34. #undef HAVE_STDLIB_H
  35. /* Define to 1 if you have the <strings.h> header file. */
  36. #undef HAVE_STRINGS_H
  37. /* Define to 1 if you have the <string.h> header file. */
  38. #undef HAVE_STRING_H
  39. /* Define to 1 if you have the <sys/resource.h> header file. */
  40. #undef HAVE_SYS_RESOURCE_H
  41. /* Define to 1 if you have the <sys/stat.h> header file. */
  42. #undef HAVE_SYS_STAT_H
  43. /* Define to 1 if you have the <sys/time.h> header file. */
  44. #undef HAVE_SYS_TIME_H
  45. /* Define to 1 if you have the <sys/types.h> header file. */
  46. #undef HAVE_SYS_TYPES_H
  47. /* Define to 1 if you have the `time' function. */
  48. #undef HAVE_TIME
  49. /* Define to 1 if you have the <time.h> header file. */
  50. #undef HAVE_TIME_H
  51. /* Define to 1 if you have the <unistd.h> header file. */
  52. #undef HAVE_UNISTD_H
  53. /* Define to 1 if you have the <windows.h> header file. */
  54. #undef HAVE_WINDOWS_H
  55. /* Define to 1 if you have the `__setfpucw' function. */
  56. #undef HAVE___SETFPUCW
  57. /* Define to the sub-directory in which libtool stores uninstalled libraries.
  58. */
  59. #undef LT_OBJDIR
  60. /* Name of this package. */
  61. #undef PACKAGE
  62. /* Define to the address where bug reports for this package should be sent. */
  63. #undef PACKAGE_BUGREPORT
  64. /* Define to the full name of this package. */
  65. #undef PACKAGE_NAME
  66. /* Define to the full name and version of this package. */
  67. #undef PACKAGE_STRING
  68. /* Define to the one symbol short name of this package. */
  69. #undef PACKAGE_TARNAME
  70. /* Define to the home page for this package. */
  71. #undef PACKAGE_URL
  72. /* Define to the version of this package. */
  73. #undef PACKAGE_VERSION
  74. /* Additional package description */
  75. #undef PKGVERSION
  76. /* Bug reporting address */
  77. #undef REPORT_BUGS_TO
  78. /* Define as the return type of signal handlers (`int' or `void'). */
  79. #undef RETSIGTYPE
  80. /* Define to 1 if you have the ANSI C header files. */
  81. #undef STDC_HEADERS
  82. /* Enable extensions on AIX 3, Interix. */
  83. #ifndef _ALL_SOURCE
  84. # undef _ALL_SOURCE
  85. #endif
  86. /* Enable GNU extensions on systems that have them. */
  87. #ifndef _GNU_SOURCE
  88. # undef _GNU_SOURCE
  89. #endif
  90. /* Enable threading extensions on Solaris. */
  91. #ifndef _POSIX_PTHREAD_SEMANTICS
  92. # undef _POSIX_PTHREAD_SEMANTICS
  93. #endif
  94. /* Enable extensions on HP NonStop. */
  95. #ifndef _TANDEM_SOURCE
  96. # undef _TANDEM_SOURCE
  97. #endif
  98. /* Enable general extensions on Solaris. */
  99. #ifndef __EXTENSIONS__
  100. # undef __EXTENSIONS__
  101. #endif
  102. /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
  103. significant byte first (like Motorola and SPARC, unlike Intel). */
  104. #if defined AC_APPLE_UNIVERSAL_BUILD
  105. # if defined __BIG_ENDIAN__
  106. # define WORDS_BIGENDIAN 1
  107. # endif
  108. #else
  109. # ifndef WORDS_BIGENDIAN
  110. # undef WORDS_BIGENDIAN
  111. # endif
  112. #endif
  113. /* Define to 1 if on MINIX. */
  114. #undef _MINIX
  115. /* Define to 2 if the system does not provide POSIX.1 features except with
  116. this defined. */
  117. #undef _POSIX_1_SOURCE
  118. /* Define to 1 if you need to in order for `stat' and other things to work. */
  119. #undef _POSIX_SOURCE
  120. #include "tconfig.h"