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