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