config.h 2.4 KB

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