cc1plugin-config.h.in 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. /* cc1plugin-config.h.in. Generated from configure.ac by autoheader. */
  2. /* Define to 1 if you have the declaration of `basename', and to 0 if you
  3. don't. */
  4. #undef HAVE_DECL_BASENAME
  5. /* Define to 1 if you have the <dlfcn.h> header file. */
  6. #undef HAVE_DLFCN_H
  7. /* Define to 1 if you have the <inttypes.h> header file. */
  8. #undef HAVE_INTTYPES_H
  9. /* Define to 1 if you have the <memory.h> header file. */
  10. #undef HAVE_MEMORY_H
  11. /* Define to 1 if you have the <stdint.h> header file. */
  12. #undef HAVE_STDINT_H
  13. /* Define to 1 if you have the <stdlib.h> header file. */
  14. #undef HAVE_STDLIB_H
  15. /* Define to 1 if you have the <strings.h> header file. */
  16. #undef HAVE_STRINGS_H
  17. /* Define to 1 if you have the <string.h> header file. */
  18. #undef HAVE_STRING_H
  19. /* Define to 1 if you have the <sys/stat.h> header file. */
  20. #undef HAVE_SYS_STAT_H
  21. /* Define to 1 if you have the <sys/types.h> header file. */
  22. #undef HAVE_SYS_TYPES_H
  23. /* Define to 1 if you have the <unistd.h> header file. */
  24. #undef HAVE_UNISTD_H
  25. /* Define to the sub-directory in which libtool stores uninstalled libraries.
  26. */
  27. #undef LT_OBJDIR
  28. /* Define to the address where bug reports for this package should be sent. */
  29. #undef PACKAGE_BUGREPORT
  30. /* Define to the full name of this package. */
  31. #undef PACKAGE_NAME
  32. /* Define to the full name and version of this package. */
  33. #undef PACKAGE_STRING
  34. /* Define to the one symbol short name of this package. */
  35. #undef PACKAGE_TARNAME
  36. /* Define to the home page for this package. */
  37. #undef PACKAGE_URL
  38. /* Define to the version of this package. */
  39. #undef PACKAGE_VERSION
  40. /* Define to 1 if you have the ANSI C header files. */
  41. #undef STDC_HEADERS
  42. /* Enable extensions on AIX 3, Interix. */
  43. #ifndef _ALL_SOURCE
  44. # undef _ALL_SOURCE
  45. #endif
  46. /* Enable GNU extensions on systems that have them. */
  47. #ifndef _GNU_SOURCE
  48. # undef _GNU_SOURCE
  49. #endif
  50. /* Enable threading extensions on Solaris. */
  51. #ifndef _POSIX_PTHREAD_SEMANTICS
  52. # undef _POSIX_PTHREAD_SEMANTICS
  53. #endif
  54. /* Enable extensions on HP NonStop. */
  55. #ifndef _TANDEM_SOURCE
  56. # undef _TANDEM_SOURCE
  57. #endif
  58. /* Enable general extensions on Solaris. */
  59. #ifndef __EXTENSIONS__
  60. # undef __EXTENSIONS__
  61. #endif
  62. /* Define to 1 if on MINIX. */
  63. #undef _MINIX
  64. /* Define to 2 if the system does not provide POSIX.1 features except with
  65. this defined. */
  66. #undef _POSIX_1_SOURCE
  67. /* Define to 1 if you need to in order for `stat' and other things to work. */
  68. #undef _POSIX_SOURCE