config.h.in 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. /* config.h.in. Generated from configure.ac by autoheader. */
  2. /* Define to 1 if you have the <bfd.h> header file. */
  3. #undef HAVE_BFD_H
  4. /* Define to 1 if you have the <dlfcn.h> header file. */
  5. #undef HAVE_DLFCN_H
  6. /* Define to 1 if you have the <inttypes.h> header file. */
  7. #undef HAVE_INTTYPES_H
  8. /* Have Binary File Decription library */
  9. #undef HAVE_LIBBFD
  10. /* Have native langauage support library */
  11. #undef HAVE_LIBINTL
  12. /* Have POSIX threads library */
  13. #undef HAVE_LIBPTHREAD
  14. /* Have POSIX real time library */
  15. #undef HAVE_LIBRT
  16. /* Have TCL library */
  17. #undef HAVE_LIBTCL
  18. /* Define to 1 if you have the <memory.h> header file. */
  19. #undef HAVE_MEMORY_H
  20. /* Define to 1 if you have the <pthread.h> header file. */
  21. #undef HAVE_PTHREAD_H
  22. /* Define to 1 if you have the <stdint.h> header file. */
  23. #undef HAVE_STDINT_H
  24. /* Define to 1 if you have the <stdlib.h> header file. */
  25. #undef HAVE_STDLIB_H
  26. /* Define to 1 if you have the <strings.h> header file. */
  27. #undef HAVE_STRINGS_H
  28. /* Define to 1 if you have the <string.h> header file. */
  29. #undef HAVE_STRING_H
  30. /* Define to 1 if you have the <sys/stat.h> header file. */
  31. #undef HAVE_SYS_STAT_H
  32. /* Define to 1 if you have the <sys/types.h> header file. */
  33. #undef HAVE_SYS_TYPES_H
  34. /* Define to 1 if you have the <tcl.h> header file. */
  35. #undef HAVE_TCL_H
  36. /* Define to 1 if you have the <unistd.h> header file. */
  37. #undef HAVE_UNISTD_H
  38. /* Define to 1 if your C compiler doesn't accept -c and -o together. */
  39. #undef NO_MINUS_C_MINUS_O
  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 version of this package. */
  51. #undef PACKAGE_VERSION
  52. /* The size of `int', as computed by sizeof. */
  53. #undef SIZEOF_INT
  54. /* The size of `long', as computed by sizeof. */
  55. #undef SIZEOF_LONG
  56. /* The size of `size_t', as computed by sizeof. */
  57. #undef SIZEOF_SIZE_T
  58. /* Define to 1 if you have the ANSI C header files. */
  59. #undef STDC_HEADERS
  60. /* Version number of package */
  61. #undef VERSION