config.h.in 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. /* lib/config.h.in. Generated from configure.ac by autoheader. */
  2. /* Some versions of libc cause a sigsegv on exit with dlclose(), this disables
  3. the dlclose() and works around that bug */
  4. #undef DISABLE_DLCLOSE
  5. /* Esys2.3 */
  6. #undef ESYS_2_3
  7. /* Esys3.0 */
  8. #undef ESYS_3_0
  9. /* fapi3.0.0 */
  10. #undef FAPI_3_0
  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 <efivar/efivar.h> header file. */
  14. #undef HAVE_EFIVAR_EFIVAR_H
  15. /* Define to 1 if you have the <inttypes.h> header file. */
  16. #undef HAVE_INTTYPES_H
  17. /* Define to 1 if you have the <memory.h> header file. */
  18. #undef HAVE_MEMORY_H
  19. /* Define to 1 if you have the <stdint.h> header file. */
  20. #undef HAVE_STDINT_H
  21. /* Define to 1 if you have the <stdlib.h> header file. */
  22. #undef HAVE_STDLIB_H
  23. /* Define to 1 if you have the <strings.h> header file. */
  24. #undef HAVE_STRINGS_H
  25. /* Define to 1 if you have the <string.h> header file. */
  26. #undef HAVE_STRING_H
  27. /* Define to 1 if you have the <sys/stat.h> header file. */
  28. #undef HAVE_SYS_STAT_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 the sub-directory where libtool stores uninstalled libraries. */
  34. #undef LT_OBJDIR
  35. /* Define if debugging is disabled */
  36. #undef NDEBUG
  37. /* Name of package */
  38. #undef PACKAGE
  39. /* Define to the address where bug reports for this package should be sent. */
  40. #undef PACKAGE_BUGREPORT
  41. /* Define to the full name of this package. */
  42. #undef PACKAGE_NAME
  43. /* Define to the full name and version of this package. */
  44. #undef PACKAGE_STRING
  45. /* Define to the one symbol short name of this package. */
  46. #undef PACKAGE_TARNAME
  47. /* Define to the home page for this package. */
  48. #undef PACKAGE_URL
  49. /* Define to the version of this package. */
  50. #undef PACKAGE_VERSION
  51. /* Define to 1 if you have the ANSI C header files. */
  52. #undef STDC_HEADERS
  53. /* Version number of package */
  54. #undef VERSION