config.h 2.8 KB

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