1 AC_DEFUN([CONFIG_EXTRA], [
6 /* _SYS_FEATURE_TESTS_H is Solaris, _FEATURES_H is GCC */
7 #if defined( _SYS_FEATURE_TESTS_H) || defined(_FEATURES_H)
8 #error "You should include config.h as your first include file"
15 #define __STDC_FORMAT_MACROS
17 #if defined(__cplusplus)
20 # include <inttypes.h>
23 #if !defined(HAVE_ULONG) && !defined(__USE_MISC)
25 typedef unsigned long int ulong;
28 #define RPACKAGE "memcached"
30 #define RVERSION "1.4.13"