1 /* obj/db-config.h. Generated automatically by configure. */ 2 /* obj/db-config.h.in. Generated automatically from configure.in by autoheader. */ 3 4 /* Define to empty if the keyword does not work. */ 5 /* #undef const */ 6 7 /* Define to `unsigned' if <sys/types.h> doesn't define. */ 8 /* #undef size_t */ 9 10 /* Define if you have the ANSI C header files. */ 11 #define STDC_HEADERS 1 12 13 /* Define if your processor stores words with the most significant 14 byte first (like Motorola and SPARC, unlike Intel and VAX). */ 15 #define WORDS_BIGENDIAN 1 16 17 /* #undef ssize_t */ 18 19 /* #undef u_char */ 20 /* #undef u_short */ 21 /* #undef u_int */ 22 /* #undef u_long */ 23 24 /* #undef int8_t */ 25 #define u_int8_t unsigned char 26 /* #undef int16_t */ 27 #define u_int16_t unsigned short 28 /* #undef int32_t */ 29 #define u_int32_t unsigned int 30 31 /* #undef ssize_t */ 32 33 /* #undef u_char */ 34 /* #undef u_short */ 35 /* #undef u_int */ 36 /* #undef u_long */ 37 38 /* #undef int8_t */ 39 #define u_int8_t unsigned char 40 /* #undef int16_t */ 41 #define u_int16_t unsigned short 42 /* #undef int32_t */ 43 #define u_int32_t unsigned int 44 45 /* The number of bytes in a int. */ 46 #define SIZEOF_INT 4 47 48 /* Define if you have the memmove function. */ 49 #define HAVE_MEMMOVE 1 50 51 /* Define if you have the mkstemp function. */ 52 #define HAVE_MKSTEMP 1 53 54 /* Define if you have the strerror function. */ 55 #define HAVE_STRERROR 1 56 57 /* Define if you have the <unistd.h> header file. */ 58 #define HAVE_UNISTD_H 1 59