1 /* Define to 1 if you have the <assert.h> header file. */
2 #define HAVE_ASSERT_H 1
4 /* Define to 1 if you have the <fcntl.h> header file. */
7 /* Define as 0 or 1 according to the floating point format suported by the
11 /* Define to 1 if you have the <string.h> header file. */
12 #define HAVE_STRING_H 1
14 /* Define to 1 if you have the <sys/types.h> header file. */
15 #define HAVE_SYS_TYPES_H 1
17 /* Define to 1 if you have the <io.h> header file. */
20 /* Define to 1 if you have the <search.h> header file. */
21 #define HAVE_SEARCH_H 1
23 /* The size of a `int', as computed by sizeof. */
26 /* The size of a `long', as computed by sizeof. */
29 /* Set the native cpu bit order */
30 #define HOST_FILLORDER FILLORDER_LSB2MSB
32 /* Define to 1 if your processor stores words with the most significant byte
33 first (like Motorola and SPARC, unlike Intel and VAX). */
34 /* #undef WORDS_BIGENDIAN */
36 /* Define to `__inline__' or `__inline' if that's what the C compiler
37 calls it, or to nothing if 'inline' is not supported under any name. */
40 # define inline __inline