]>
Commit | Line | Data |
---|---|---|
8414a40c VZ |
1 | /* Define to 1 if you have the <assert.h> header file. */ |
2 | #define HAVE_ASSERT_H 1 | |
3 | ||
4 | /* Define to 1 if you have the <fcntl.h> header file. */ | |
5 | #define HAVE_FCNTL_H 1 | |
6 | ||
7 | /* Define as 0 or 1 according to the floating point format suported by the | |
8 | machine */ | |
9 | #define HAVE_IEEEFP 1 | |
10 | ||
11 | /* Define to 1 if you have the <string.h> header file. */ | |
12 | #define HAVE_STRING_H 1 | |
13 | ||
14 | /* Define to 1 if you have the <sys/types.h> header file. */ | |
15 | #define HAVE_SYS_TYPES_H 1 | |
16 | ||
17 | /* Define to 1 if you have the <io.h> header file. */ | |
18 | #define HAVE_IO_H 1 | |
19 | ||
20 | /* Define to 1 if you have the <search.h> header file. */ | |
21 | #define HAVE_SEARCH_H 1 | |
22 | ||
23 | /* The size of a `int', as computed by sizeof. */ | |
24 | #define SIZEOF_INT 4 | |
25 | ||
26 | /* The size of a `long', as computed by sizeof. */ | |
27 | #define SIZEOF_LONG 4 | |
28 | ||
29 | /* Set the native cpu bit order */ | |
30 | #define HOST_FILLORDER FILLORDER_LSB2MSB | |
31 | ||
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 */ | |
35 | ||
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. */ | |
38 | #ifndef __cplusplus | |
39 | # ifndef inline | |
40 | # define inline __inline | |
41 | # endif | |
42 | #endif | |
43 | ||
44 | #define lfind _lfind |