config.h.in 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  1. /* common/config.h.in. Generated from configure.ac by autoheader. */
  2. /* Enable debugging output. */
  3. #undef DEBUG
  4. /* Enable java profiling */
  5. #undef GPROFNG_JAVA_PROFILING
  6. /* Define to 1 if you have the `clock_gettime' function. */
  7. #undef HAVE_CLOCK_GETTIME
  8. /* Define to 1 if you have the declaration of `basename', and to 0 if you
  9. don't. */
  10. #undef HAVE_DECL_BASENAME
  11. /* Define to 1 if you have the <dlfcn.h> header file. */
  12. #undef HAVE_DLFCN_H
  13. /* Define to 1 if you have the <inttypes.h> header file. */
  14. #undef HAVE_INTTYPES_H
  15. /* Define to 1 if you have the <memory.h> header file. */
  16. #undef HAVE_MEMORY_H
  17. /* Define if you have POSIX threads libraries and header files. */
  18. #undef HAVE_PTHREAD
  19. /* Have PTHREAD_PRIO_INHERIT. */
  20. #undef HAVE_PTHREAD_PRIO_INHERIT
  21. /* Define to 1 if you have the <stdint.h> header file. */
  22. #undef HAVE_STDINT_H
  23. /* Define to 1 if you have the <stdlib.h> header file. */
  24. #undef HAVE_STDLIB_H
  25. /* Define to 1 if you have the <strings.h> header file. */
  26. #undef HAVE_STRINGS_H
  27. /* Define to 1 if you have the <string.h> header file. */
  28. #undef HAVE_STRING_H
  29. /* Define to 1 if you have the `strsignal' function. */
  30. #undef HAVE_STRSIGNAL
  31. /* Define to 1 if you have the <sys/stat.h> header file. */
  32. #undef HAVE_SYS_STAT_H
  33. /* Define to 1 if you have the <sys/types.h> header file. */
  34. #undef HAVE_SYS_TYPES_H
  35. /* Define to 1 if you have the <unistd.h> header file. */
  36. #undef HAVE_UNISTD_H
  37. /* Define to the sub-directory in which libtool stores uninstalled libraries.
  38. */
  39. #undef LT_OBJDIR
  40. /* Name of package */
  41. #undef PACKAGE
  42. /* Define to the address where bug reports for this package should be sent. */
  43. #undef PACKAGE_BUGREPORT
  44. /* Define to the full name of this package. */
  45. #undef PACKAGE_NAME
  46. /* Define to the full name and version of this package. */
  47. #undef PACKAGE_STRING
  48. /* Define to the one symbol short name of this package. */
  49. #undef PACKAGE_TARNAME
  50. /* Define to the home page for this package. */
  51. #undef PACKAGE_URL
  52. /* Define to the version of this package. */
  53. #undef PACKAGE_VERSION
  54. /* Define to necessary symbol if this constant uses a non-standard name on
  55. your system. */
  56. #undef PTHREAD_CREATE_JOINABLE
  57. /* Define to 1 if you have the ANSI C header files. */
  58. #undef STDC_HEADERS
  59. /* Enable extensions on AIX 3, Interix. */
  60. #ifndef _ALL_SOURCE
  61. # undef _ALL_SOURCE
  62. #endif
  63. /* Enable GNU extensions on systems that have them. */
  64. #ifndef _GNU_SOURCE
  65. # undef _GNU_SOURCE
  66. #endif
  67. /* Enable threading extensions on Solaris. */
  68. #ifndef _POSIX_PTHREAD_SEMANTICS
  69. # undef _POSIX_PTHREAD_SEMANTICS
  70. #endif
  71. /* Enable extensions on HP NonStop. */
  72. #ifndef _TANDEM_SOURCE
  73. # undef _TANDEM_SOURCE
  74. #endif
  75. /* Enable general extensions on Solaris. */
  76. #ifndef __EXTENSIONS__
  77. # undef __EXTENSIONS__
  78. #endif
  79. /* Version number of package */
  80. #undef VERSION
  81. /* Define to 1 if on MINIX. */
  82. #undef _MINIX
  83. /* Define to 2 if the system does not provide POSIX.1 features except with
  84. this defined. */
  85. #undef _POSIX_1_SOURCE
  86. /* Define to 1 if you need to in order for `stat' and other things to work. */
  87. #undef _POSIX_SOURCE