2N/A#pragma ident "%Z%%M% %I% %E% SMI"
2N/A/* obj/db-config.h. Generated automatically by configure. */
2N/A/* obj/db-config.h.in. Generated automatically from configure.in by autoheader. */
2N/A
2N/A/* Define to empty if the keyword does not work. */
2N/A/* #undef const */
2N/A
2N/A/* Define to `unsigned' if <sys/types.h> doesn't define. */
2N/A/* #undef size_t */
2N/A
2N/A/* Define if you have the ANSI C header files. */
2N/A#define STDC_HEADERS 1
2N/A
2N/A/* Define if your processor stores words with the most significant
2N/A byte first (like Motorola and SPARC, unlike Intel and VAX). */
2N/A#define WORDS_BIGENDIAN 1
2N/A
2N/A/* #undef ssize_t */
2N/A
2N/A/* #undef u_char */
2N/A/* #undef u_short */
2N/A/* #undef u_int */
2N/A/* #undef u_long */
2N/A
2N/A/* #undef int8_t */
2N/A#define u_int8_t unsigned char
2N/A/* #undef int16_t */
2N/A#define u_int16_t unsigned short
2N/A/* #undef int32_t */
2N/A#define u_int32_t unsigned int
2N/A
2N/A/* #undef ssize_t */
2N/A
2N/A/* #undef u_char */
2N/A/* #undef u_short */
2N/A/* #undef u_int */
2N/A/* #undef u_long */
2N/A
2N/A/* #undef int8_t */
2N/A#define u_int8_t unsigned char
2N/A/* #undef int16_t */
2N/A#define u_int16_t unsigned short
2N/A/* #undef int32_t */
2N/A#define u_int32_t unsigned int
2N/A
2N/A/* The number of bytes in a int. */
2N/A#define SIZEOF_INT 4
2N/A
2N/A/* Define if you have the memmove function. */
2N/A#define HAVE_MEMMOVE 1
2N/A
2N/A/* Define if you have the mkstemp function. */
2N/A#define HAVE_MKSTEMP 1
2N/A
2N/A/* Define if you have the strerror function. */
2N/A#define HAVE_STRERROR 1
2N/A
2N/A/* Define if you have the <unistd.h> header file. */
2N/A#define HAVE_UNISTD_H 1