/* config.h. Generated by configure. */ /* config.h.in. Generated from configure.in by autoheader. */ /* Define to 1 if you have the header file. */ /* #undef HAVE_INTTYPES_H */ /* Define to 1 if you have the `c' library (-lc). */ #define HAVE_LIBC 1 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and to 0 otherwise. */ #define HAVE_MALLOC 1 /* Define to 1 if you have the header file. */ /* #undef HAVE_MEMORY_H */ /* Define to 1 if you have the `memset */ /* #undef HAVE_MEMSET */ /* Define to 1 if you have the `mkdir' function. */ #define HAVE_MKDIR 1 /* Define to 1 if you have the `ntohl */ /* #undef HAVE_NTOHL */ /* Define to 1 if your system has a GNU libc compatible `realloc' function, and to 0 otherwise. */ #define HAVE_REALLOC 1 /* Define to 1 if you have the header file. */ /* #undef HAVE_STDINT_H */ /* Define to 1 if you have the header file. */ /* #undef HAVE_STDLIB_H */ /* Define to 1 if you have the `strcasecmp */ /* #undef HAVE_STRCASECMP */ /* Define to 1 if you have the `strchr */ /* #undef HAVE_STRCHR */ /* Define to 1 if you have the `strdup */ /* #undef HAVE_STRDUP */ /* Define to 1 if you have the `strftime' function. */ #define HAVE_STRFTIME 1 /* Define to 1 if you have the header file. */ /* #undef HAVE_STRINGS_H */ /* Define to 1 if you have the header file. */ /* #undef HAVE_STRING_H */ /* Define to 1 if you have the `strrchr */ /* #undef HAVE_STRRCHR */ /* Define to 1 if you have the `strstr */ /* #undef HAVE_STRSTR */ /* Define to 1 if you have the header file. */ /* #undef HAVE_SYS_STAT_H */ /* Define to 1 if you have the header file. */ /* #undef HAVE_SYS_TYPES_H */ /* Define to 1 if the system has the type `time_t'. */ /* #undef HAVE_TIME_T */ /* Define to 1 if type `uint16_t' is defined */ /* #undef HAVE_UINT16_T */ /* Define to 1 if type `uint32_t' is defined */ /* #undef HAVE_UINT32_T */ /* Define to 1 if type `uint8_t' is defined */ /* #undef HAVE_UINT8_T */ /* Define to 1 if type `uintptr_t' is defined */ /* #undef HAVE_UINTPTR_T */ /* Define to 1 if you have the header file. */ /* #undef HAVE_UNISTD_H */ /* Define to 1 if type `u_int16_t' is defined */ /* #undef HAVE_U_INT16_T */ /* Define to 1 if type `u_int32_t' is defined */ /* #undef HAVE_U_INT32_T */ /* Define to 1 if type `u_int8_t' is defined */ /* #undef HAVE_U_INT8_T */ /* Define to 1 if declarations in headers are surrounded by __{BEGIN,END}_DECLS */ /* #undef HAVE__BEGIN_DECLS */ /* "Define to 1 if __FUNCTION__ is defined" */ /* #undef HAVE___FUNCTION__ */ /* "Define to 1 if __func__ is defined" */ /* #undef HAVE___FUNC__ */ /* Define to the address where bug reports for this package should be sent. */ #define PACKAGE_BUGREPORT "tanderson@codeshare.ca" /* Define to the full name of this package. */ #define PACKAGE_NAME "spfval" /* Define to the full name and version of this package. */ #define PACKAGE_STRING "spfval 0.0.1" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "spfval" /* Define to the version of this package. */ #define PACKAGE_VERSION "0.0.1" /* Define to 1 if you have the ANSI C header files. */ /* #undef STDC_HEADERS */ /* Define to 1 if your declares `struct tm'. */ #define TM_IN_SYS_TIME 1 /* "Darwin/OSX" */ /* #undef _WITH_DARWINPPC */ /* "FreeBSD" */ /* #undef _WITH_FREEBSD */ /* "OpenBSD" */ /* #undef _WITH_OPENBSD */ /* Define to 1 if type `char' is unsigned and you are not using gcc. */ #ifndef __CHAR_UNSIGNED__ # define __CHAR_UNSIGNED__ 1 #endif /* Define to empty if `const' does not conform to ANSI C. */ #define const /* Define to `__inline__' or `__inline' if that's what the C compiler calls it, or to nothing if 'inline' is not supported under any name. */ #ifndef __cplusplus #define inline #endif /* Define to rpl_malloc if the replacement function should be used. */ /* #undef malloc */ /* Define to rpl_realloc if the replacement function should be used. */ /* #undef realloc */ /* Define to `unsigned' if does not define. */ #define size_t unsigned