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