1 | /* src/bltConfig.h. Generated automatically by configure. */
|
---|
2 | /* src/bltConfig.h.in. Generated automatically from configure.in by autoheader. */
|
---|
3 |
|
---|
4 | /* Define if you have <sys/wait.h> that is POSIX.1 compatible. */
|
---|
5 | #undef HAVE_SYS_WAIT_H
|
---|
6 |
|
---|
7 | /* Define to `int' if <sys/types.h> doesn't define. */
|
---|
8 | #if defined(_MSC_VER) || defined(__BORLANDC__)
|
---|
9 | #define pid_t int
|
---|
10 | #endif /* _MSC_VER || __BORLANDC__ */
|
---|
11 |
|
---|
12 | /* Define to `unsigned' if <sys/types.h> doesn't define. */
|
---|
13 | #undef size_t
|
---|
14 |
|
---|
15 | /* Define if you have the ANSI C header files. */
|
---|
16 | #define STDC_HEADERS 1
|
---|
17 |
|
---|
18 | /* Define if you can safely include both <sys/time.h> and <time.h>. */
|
---|
19 | #undef TIME_WITH_SYS_TIME
|
---|
20 |
|
---|
21 | /* Define if your processor stores words with the most significant
|
---|
22 | byte first (like Motorola and SPARC, unlike Intel and VAX). */
|
---|
23 | #undef WORDS_BIGENDIAN
|
---|
24 |
|
---|
25 | |
---|
26 |
|
---|
27 | /* Define if DBL_EPSILON is not defined in float.h */
|
---|
28 | #undef BLT_DBL_EPSILON
|
---|
29 |
|
---|
30 | /* Define if drand48 isn't declared in math.h. */
|
---|
31 | #define NEED_DECL_DRAND48 1
|
---|
32 |
|
---|
33 | /* Define if srand48 isn't declared in math.h. */
|
---|
34 | #define NEED_DECL_SRAND48 1
|
---|
35 |
|
---|
36 | /* Define if strdup isn't declared in a standard header file. */
|
---|
37 | #undef NEED_DECL_STRDUP
|
---|
38 |
|
---|
39 | /* Define if j1 isn't declared in a standard header file. */
|
---|
40 | #define NEED_DECL_J1 1
|
---|
41 |
|
---|
42 | /* Define if union wait type is defined incorrectly. */
|
---|
43 | #undef HAVE_UNION_WAIT
|
---|
44 |
|
---|
45 | /* Define if isfinite is found in libm. */
|
---|
46 | #undef HAVE_ISFINITE
|
---|
47 |
|
---|
48 | /* The number of bytes in a long. */
|
---|
49 | #define SIZEOF_LONG 4
|
---|
50 |
|
---|
51 | /* The number of bytes in a long long. */
|
---|
52 | #define SIZEOF_LONG_LONG 8
|
---|
53 |
|
---|
54 | /* The number of bytes in a void *. */
|
---|
55 | #define SIZEOF_VOID_P 4
|
---|
56 |
|
---|
57 | /* Define if you have the XExtendedMaxRequestSize function. */
|
---|
58 | #undef HAVE_XEXTENDEDMAXREQUESTSIZE
|
---|
59 |
|
---|
60 | /* Define if you have the drand48 function. */
|
---|
61 | #define HAVE_DRAND48 1
|
---|
62 |
|
---|
63 | /* Define if you have the finite function. */
|
---|
64 | #undef HAVE_FINITE
|
---|
65 |
|
---|
66 | /* Define if you have the srand48 function. */
|
---|
67 | #define HAVE_SRAND48 1
|
---|
68 |
|
---|
69 | /* Define if you have the strdup function. */
|
---|
70 | #define HAVE_STRDUP 1
|
---|
71 |
|
---|
72 | #ifndef __BORLANDC__
|
---|
73 | /* Define if you have the strcasecmp function. */
|
---|
74 | #define HAVE_STRCASECMP 1
|
---|
75 |
|
---|
76 | /* Define if you have the strncasecmp function. */
|
---|
77 | #define HAVE_STRNCASECMP 1
|
---|
78 | #endif
|
---|
79 |
|
---|
80 | /* Define if you have the <ctype.h> header file. */
|
---|
81 | #define HAVE_CTYPE_H 1
|
---|
82 |
|
---|
83 | /* Define if you have the <errno.h> header file. */
|
---|
84 | #define HAVE_ERRNO_H 1
|
---|
85 |
|
---|
86 | /* Define if you have the <float.h> header file. */
|
---|
87 | #define HAVE_FLOAT_H 1
|
---|
88 |
|
---|
89 | /* Define if you have the <ieeefp.h> header file. */
|
---|
90 | #undef HAVE_IEEEFP_H
|
---|
91 |
|
---|
92 | /* Define if you have the <jpeglib.h> header file. */
|
---|
93 | /* Defined in Makefile */
|
---|
94 | /* #undef HAVE_JPEGLIB_H */
|
---|
95 |
|
---|
96 | /* Define if you have the <limits.h> header file. */
|
---|
97 | #define HAVE_LIMITS_H 1
|
---|
98 |
|
---|
99 | /* Define if you have the <malloc.h> header file. */
|
---|
100 | #define HAVE_MALLOC_H 1
|
---|
101 |
|
---|
102 | /* Define if you have the <math.h> header file. */
|
---|
103 | #define HAVE_MATH_H 1
|
---|
104 |
|
---|
105 | /* Define if you have the <memory.h> header file. */
|
---|
106 | #define HAVE_MEMORY_H 1
|
---|
107 |
|
---|
108 | /* Define if you have the <setjmp.h> header file. */
|
---|
109 | #define HAVE_SETJMP_H 1
|
---|
110 |
|
---|
111 | /* Define if you have the <stdlib.h> header file. */
|
---|
112 | #define HAVE_STDLIB_H 1
|
---|
113 |
|
---|
114 | /* Define if you have the <string.h> header file. */
|
---|
115 | #define HAVE_STRING_H 1
|
---|
116 |
|
---|
117 | /* Define if you have the <sys/param.h> header file. */
|
---|
118 | #undef HAVE_SYS_PARAM_H
|
---|
119 |
|
---|
120 | /* Define if you have the <sys/time.h> header file. */
|
---|
121 | #undef HAVE_SYS_TIME_H
|
---|
122 |
|
---|
123 | /* Define if you have the <sys/wait.h> header file. */
|
---|
124 | #undef HAVE_SYS_WAIT_H
|
---|
125 |
|
---|
126 | /* Define if you have the <unistd.h> header file. */
|
---|
127 | #undef HAVE_UNISTD_H
|
---|
128 |
|
---|
129 | /* Define if you have the <waitflags.h> header file. */
|
---|
130 | #undef HAVE_WAITFLAGS_H
|
---|
131 |
|
---|
132 | /* Define if you have the m library (-lm). */
|
---|
133 | #define HAVE_LIBM 1
|
---|
134 |
|
---|
135 | /* Define if you have the nsl library (-lnsl). */
|
---|
136 | #undef HAVE_LIBNSL
|
---|
137 |
|
---|
138 | /* Define if you have the socket library (-lsocket). */
|
---|
139 | #undef HAVE_LIBSOCKET
|
---|
140 |
|
---|