1 /* Define to 1 if your processor stores words with the most significant byte
2    first (like Motorola and SPARC, unlike Intel and VAX). */
3 /* #undef WORDS_BIGENDIAN */
4 
5 #define CPL_MULTIPROC_STUB 1
6 
7 /* Define to 1 if you have the <errno.h> header file. */
8 #define HAVE_ERRNO_H 1
9 
10 /* Define to 1 if you have the <fcntl.h> header file. */
11 #define HAVE_FCNTL_H 1
12 
13 /* Define to 1 if you have the <float.h> header file. */
14 #define HAVE_FLOAT_H 1
15 
16 /* Define to 1 if you have the <limits.h> header file. */
17 #define HAVE_LIMITS_H 1
18 
19 /* Define to 1 if you have the <locale.h> header file. */
20 #define HAVE_LOCALE_H 1
21 
22 /* Define to 1 if you have the `snprintf' function. */
23 #define HAVE_SNPRINTF 1
24 
25 /* Define to 1 if you have the <stdlib.h> header file. */
26 #define HAVE_STDLIB_H 1
27 
28 /* Define to 1 if you have the <strings.h> header file. */
29 #define HAVE_STRINGS_H 0
30 
31 /* Define to 1 if you have the <string.h> header file. */
32 #define HAVE_STRING_H 1
33 
34 /* Define to 1 if you have the <sys/stat.h> header file. */
35 #define HAVE_SYS_STAT_H 1
36 
37 /* Define to 1 if you have the <sys/types.h> header file. */
38 #define HAVE_SYS_TYPES_H 1
39 
40 /* Define to 1 if you have the <unistd.h> header file. */
41 #define HAVE_UNISTD_H 1
42 
43 /* Define to 1 if you have the <values.h> header file. */
44 #define HAVE_VALUES_H 1
45 
46 /* Define to 1 if you have the `vprintf' function. */
47 #define HAVE_VPRINTF 1
48 
49 /* Define to 1 if you have the `vsnprintf' function. */
50 #define HAVE_VSNPRINTF 1
51 
52 /* The size of a `int', as computed by sizeof. */
53 #define SIZEOF_INT 4
54 
55 /* The size of a `long', as computed by sizeof. */
56 #define SIZEOF_LONG 4
57 
58