12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485 |
- #define HAVE_INTTYPES_H 1
- #define HAVE_MALLOC 0
- #define HAVE_MEMORY_H 1
- #define HAVE_MEMSET 1
- #define HAVE_REALLOC 0
- #define HAVE_SOCKET 1
- #define HAVE_STDINT_H 1
- #define HAVE_STDLIB_H 1
- #define HAVE_STRERROR 1
- #define HAVE_STRINGS_H 1
- #define HAVE_STRING_H 1
- #define HAVE_STRRCHR 1
- #define HAVE_SYS_SOCKET_H 1
- #define HAVE_SYS_STAT_H 1
- #define HAVE_SYS_TYPES_H 1
- #define HAVE_UNISTD_H 1
- #define PACKAGE "ifmetric"
- #define PACKAGE_BUGREPORT "mzvszrgevp (at) 0pointer (dot) de"
- #define PACKAGE_NAME "ifmetric"
- #define PACKAGE_STRING "ifmetric 0.3"
- #define PACKAGE_TARNAME "ifmetric"
- #define PACKAGE_VERSION "0.3"
- #define STDC_HEADERS 1
- #define VERSION "0.3"
- #define malloc rpl_malloc
- #define realloc rpl_realloc
|