]>
Commit | Line | Data |
---|---|---|
d5e7ffcf KO |
1 | /* Define to 1 if you have the <assert.h> header file. */\r |
2 | #define HAVE_ASSERT_H 1\r | |
3 | \r | |
4 | /* Define to 1 if you have the <fcntl.h> header file. */\r | |
5 | #define HAVE_FCNTL_H 1\r | |
6 | \r | |
7 | /* Define as 0 or 1 according to the floating point format suported by the\r | |
8 | machine */\r | |
9 | #define HAVE_IEEEFP 1\r | |
10 | \r | |
11 | /* Define to 1 if you have the <string.h> header file. */\r | |
12 | #define HAVE_STRING_H 1\r | |
13 | \r | |
14 | /* Define to 1 if you have the <sys/types.h> header file. */\r | |
15 | #define HAVE_SYS_TYPES_H 1\r | |
16 | \r | |
17 | /* Define to 1 if you have the <io.h> header file. */\r | |
18 | #define HAVE_IO_H 1\r | |
19 | \r | |
20 | /* Define to 1 if you have the <search.h> header file. */\r | |
21 | #define HAVE_SEARCH_H 1\r | |
22 | \r | |
23 | /* The size of a `int', as computed by sizeof. */\r | |
24 | #define SIZEOF_INT 4\r | |
25 | \r | |
26 | /* The size of a `long', as computed by sizeof. */\r | |
27 | #define SIZEOF_LONG 4\r | |
28 | \r | |
29 | /* Set the native cpu bit order */\r | |
30 | #define HOST_FILLORDER FILLORDER_LSB2MSB\r | |
31 | \r | |
32 | /* Define to 1 if your processor stores words with the most significant byte\r | |
33 | first (like Motorola and SPARC, unlike Intel and VAX). */\r | |
34 | /* #undef WORDS_BIGENDIAN */\r | |
35 | \r | |
36 | /* Define to `__inline__' or `__inline' if that's what the C compiler\r | |
37 | calls it, or to nothing if 'inline' is not supported under any name. */\r | |
38 | #ifndef __cplusplus\r | |
39 | # ifndef inline\r | |
40 | # define inline __inline\r | |
41 | # endif\r | |
42 | #endif\r | |
43 | \r | |
44 | #define lfind _lfind\r |