config.h.in 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. /* config.h.in. Generated from configure.ac by autoheader. */
  2. /* Define to 1 if you have the <inttypes.h> header file. */
  3. #undef HAVE_INTTYPES_H
  4. /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
  5. to 0 otherwise. */
  6. #undef HAVE_MALLOC
  7. /* Define to 1 if you have the <memory.h> header file. */
  8. #undef HAVE_MEMORY_H
  9. /* Define to 1 if you have the `memset' function. */
  10. #undef HAVE_MEMSET
  11. /* Define to 1 if your system has a GNU libc compatible `realloc' function,
  12. and to 0 otherwise. */
  13. #undef HAVE_REALLOC
  14. /* Define to 1 if you have the `socket' function. */
  15. #undef HAVE_SOCKET
  16. /* Define to 1 if you have the <stdint.h> header file. */
  17. #undef HAVE_STDINT_H
  18. /* Define to 1 if you have the <stdlib.h> header file. */
  19. #undef HAVE_STDLIB_H
  20. /* Define to 1 if you have the `strerror' function. */
  21. #undef HAVE_STRERROR
  22. /* Define to 1 if you have the <strings.h> header file. */
  23. #undef HAVE_STRINGS_H
  24. /* Define to 1 if you have the <string.h> header file. */
  25. #undef HAVE_STRING_H
  26. /* Define to 1 if you have the `strrchr' function. */
  27. #undef HAVE_STRRCHR
  28. /* Define to 1 if you have the <sys/socket.h> header file. */
  29. #undef HAVE_SYS_SOCKET_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 <unistd.h> header file. */
  35. #undef HAVE_UNISTD_H
  36. /* Name of package */
  37. #undef PACKAGE
  38. /* Define to the address where bug reports for this package should be sent. */
  39. #undef PACKAGE_BUGREPORT
  40. /* Define to the full name of this package. */
  41. #undef PACKAGE_NAME
  42. /* Define to the full name and version of this package. */
  43. #undef PACKAGE_STRING
  44. /* Define to the one symbol short name of this package. */
  45. #undef PACKAGE_TARNAME
  46. /* Define to the version of this package. */
  47. #undef PACKAGE_VERSION
  48. /* Define to 1 if you have the ANSI C header files. */
  49. #undef STDC_HEADERS
  50. /* Version number of package */
  51. #undef VERSION
  52. /* Define to rpl_malloc if the replacement function should be used. */
  53. #undef malloc
  54. /* Define to `int' if <sys/types.h> does not define. */
  55. #undef pid_t
  56. /* Define to rpl_realloc if the replacement function should be used. */
  57. #undef realloc