/* config.h. Generated by configure. */ /* config.h.in. Generated from configure.ac by autoheader. */ /* Enable memcache(4) protocol tracing/debugging. */ /* #undef DEBUG_MC_PROTO */ /* Enable runtime memcache(4) protocol assertions. It's not strictly necessary if the client and server are sending the right data. This should be on by default, but, for those that don't want every check done to make sure things are right, undef this. 99% of the universe should leave this as is. If you think you're than 1% who doesn't need it, you're on crack and should definitely leave DEBUG_MC_PROTO_ASSERT on. */ #define DEBUG_MC_PROTO_ASSERT 1 /* Define to 1 if you have the `bzero' function. */ #define HAVE_BZERO 1 /* Define to 1 if you have the header file. */ #define HAVE_DLFCN_H 1 /* Define to 1 if you have the header file. */ #define HAVE_FCNTL_H 1 /* Define to 1 if you have the `gettimeofday' function. */ #define HAVE_GETTIMEOFDAY 1 /* Define to 1 if you have the header file. */ /* #undef HAVE_INTTYPES_H */ /* 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 `memchr' function. */ #define HAVE_MEMCHR 1 /* Define to 1 if you have the header file. */ /* #undef HAVE_MEMORY_H */ /* Define to 1 if you have the `memset' function. */ #define HAVE_MEMSET 1 /* Define to 1 if you have the header file. */ #define HAVE_NETDB_H 1 /* Define to 1 if you have the header file. */ #define HAVE_NETINET_IN_H 1 /* Define to 1 if you have the `select' function. */ #define HAVE_SELECT 1 /* Define to 1 if you have the `socket' function. */ #define HAVE_SOCKET 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 `strerror' function. */ #define HAVE_STRERROR 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 `strtol' function. */ #define HAVE_STRTOL 1 /* Define to 1 if you have the header file. */ #define HAVE_SYS_SELECT_H 1 /* Define to 1 if you have the header file. */ #define HAVE_SYS_SOCKET_H 1 /* Define to 1 if you have the header file. */ /* #undef HAVE_SYS_STAT_H */ /* Define to 1 if you have the header file. */ #define HAVE_SYS_TIME_H 1 /* Define to 1 if you have the header file. */ /* #undef HAVE_SYS_TYPES_H */ /* Define to 1 if you have the header file. */ /* #undef HAVE_UNISTD_H */ /* Name of package */ #define PACKAGE "libmemcache" /* Define to the address where bug reports for this package should be sent. */ #define PACKAGE_BUGREPORT "sean@gigave.org" /* Define to the full name of this package. */ #define PACKAGE_NAME "memcache" /* Define to the full name and version of this package. */ #define PACKAGE_STRING "memcache 1.4.0.rc2" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "libmemcache" /* Define to the version of this package. */ #define PACKAGE_VERSION "1.4.0.rc2" /* Define to the type of arg 1 for `select'. */ #define SELECT_TYPE_ARG1 int /* Define to the type of args 2, 3 and 4 for `select'. */ #define SELECT_TYPE_ARG234 (fd_set *) /* Define to the type of arg 5 for `select'. */ #define SELECT_TYPE_ARG5 (struct timeval *) /* The size of a `uint16_t', as computed by sizeof. */ #define SIZEOF_UINT16_T 0 /* The size of a `uint32_t', as computed by sizeof. */ #define SIZEOF_UINT32_T 0 /* The size of a `unsigned int', as computed by sizeof. */ #define SIZEOF_UNSIGNED_INT 4 /* The size of a `unsigned long', as computed by sizeof. */ #define SIZEOF_UNSIGNED_LONG 4 /* The size of a `unsigned longlong', as computed by sizeof. */ #define SIZEOF_UNSIGNED_LONGLONG 0 /* The size of a `unsigned long long', as computed by sizeof. */ #define SIZEOF_UNSIGNED_LONG_LONG 8 /* The size of a `unsigned short int', as computed by sizeof. */ #define SIZEOF_UNSIGNED_SHORT_INT 2 /* The size of a `u_int16_t', as computed by sizeof. */ #define SIZEOF_U_INT16_T 0 /* The size of a `u_int32_t', as computed by sizeof. */ #define SIZEOF_U_INT32_T 0 /* The size of a `u_int64_t', as computed by sizeof. */ #define SIZEOF_U_INT64_T 0 /* Define to 1 if you have the ANSI C header files. */ /* #undef STDC_HEADERS */ /* Define to 1 if you can safely include both and . */ #define TIME_WITH_SYS_TIME 1 /* Enables the use of the CRC32 hash algo for client-side hashing */ #define USE_CRC32_HASH 1 /* Enables the use of the ELF/ruby(1) hash for client-side hashing */ /* #undef USE_ELF_HASH */ /* Enable use of perl(1)'s hash for client-side hashing */ /* #undef USE_PERL_HASH */ /* Define to use SO_RCVTIMEO with setsockopt() */ #define USE_SO_RCVTIMEO 1 /* Define to use SO_SNDTIMEO with setsockopt() */ #define USE_SO_SNDTIMEO 1 /* Version number of package */ #define VERSION "1.4.0.rc2" /* 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 /* #undef inline */ #endif /* Define to rpl_malloc if the replacement function should be used. */ /* #undef malloc */ /* Define to `int' if does not define. */ #define pid_t int /* Define to `unsigned' if does not define. */ /* #undef size_t */