config.h.in 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  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 the sub-directory in which libtool stores uninstalled libraries.
  39. */
  40. #undef LT_OBJDIR
  41. /* Define to 1 if your C compiler doesn't accept -c and -o together. */
  42. #undef NO_MINUS_C_MINUS_O
  43. /* Name of package */
  44. #undef PACKAGE
  45. /* Define to the address where bug reports for this package should be sent. */
  46. #undef PACKAGE_BUGREPORT
  47. /* Define to the full name of this package. */
  48. #undef PACKAGE_NAME
  49. /* Define to the full name and version of this package. */
  50. #undef PACKAGE_STRING
  51. /* Define to the one symbol short name of this package. */
  52. #undef PACKAGE_TARNAME
  53. /* Define to the home page for this package. */
  54. #undef PACKAGE_URL
  55. /* Define to the version of this package. */
  56. #undef PACKAGE_VERSION
  57. /* The size of `int', as computed by sizeof. */
  58. #undef SIZEOF_INT
  59. /* The size of `long', as computed by sizeof. */
  60. #undef SIZEOF_LONG
  61. /* The size of `size_t', as computed by sizeof. */
  62. #undef SIZEOF_SIZE_T
  63. /* Define to 1 if you have the ANSI C header files. */
  64. #undef STDC_HEADERS
  65. /* Version number of package */
  66. #undef VERSION