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 /* Define if DBL_EPSILON is not defined in float.h */
27 #undef BLT_DBL_EPSILON
28 
29 /* Define if drand48 isn't declared in math.h. */
30 #define NEED_DECL_DRAND48	1
31 
32 /* Define if srand48 isn't declared in math.h. */
33 #define NEED_DECL_SRAND48	1
34 
35 /* Define if strdup isn't declared in a standard header file. */
36 #undef NEED_DECL_STRDUP
37 
38 /* Define if j1 isn't declared in a standard header file. */
39 #define NEED_DECL_J1		1
40 
41 /* Define if union wait type is defined incorrectly.  */
42 #undef HAVE_UNION_WAIT
43 
44 /* Define if isfinite is found in libm.  */
45 #undef HAVE_ISFINITE
46 
47 /* The number of bytes in a long.  */
48 #define SIZEOF_LONG		4
49 
50 /* The number of bytes in a long long.  */
51 #define SIZEOF_LONG_LONG	8
52 
53 /* The number of bytes in a void *.  */
54 #define SIZEOF_VOID_P		4
55 
56 /* Define if you have the XExtendedMaxRequestSize function.  */
57 #undef HAVE_XEXTENDEDMAXREQUESTSIZE
58 
59 /* Define if you have the drand48 function.  */
60 #define HAVE_DRAND48		1
61 
62 /* Define if you have the finite function.  */
63 #undef HAVE_FINITE
64 
65 /* Define if you have the srand48 function.  */
66 #define HAVE_SRAND48		1
67 
68 /* Define if you have the strdup function.  */
69 #define HAVE_STRDUP		1
70 
71 #ifndef __BORLANDC__
72 /* Define if you have the strcasecmp function.  */
73 #define HAVE_STRCASECMP		1
74 
75 /* Define if you have the strncasecmp function.  */
76 #define HAVE_STRNCASECMP		1
77 #endif
78 
79 /* Define if you have the <ctype.h> header file.  */
80 #define HAVE_CTYPE_H		1
81 
82 /* Define if you have the <errno.h> header file.  */
83 #define HAVE_ERRNO_H		1
84 
85 /* Define if you have the <float.h> header file.  */
86 #define HAVE_FLOAT_H		1
87 
88 /* Define if you have the <ieeefp.h> header file.  */
89 #undef HAVE_IEEEFP_H
90 
91 /* Define if you have the <jpeglib.h> header file.  */
92 /* Defined in Makefile */
93 /* #undef HAVE_JPEGLIB_H */
94 
95 /* Define if you have the <limits.h> header file.  */
96 #define HAVE_LIMITS_H		1
97 
98 /* Define if you have the <malloc.h> header file.  */
99 #define HAVE_MALLOC_H		1
100 
101 /* Define if you have the <math.h> header file.  */
102 #define HAVE_MATH_H		1
103 
104 /* Define if you have the <memory.h> header file.  */
105 #define HAVE_MEMORY_H		1
106 
107 /* Define if you have the <setjmp.h> header file.  */
108 #define HAVE_SETJMP_H		1
109 
110 /* Define if you have the <stdlib.h> header file.  */
111 #define HAVE_STDLIB_H		1
112 
113 /* Define if you have the <string.h> header file.  */
114 #define HAVE_STRING_H		1
115 
116 /* Define if you have the <sys/param.h> header file.  */
117 #undef HAVE_SYS_PARAM_H
118 
119 /* Define if you have the <sys/time.h> header file.  */
120 #undef HAVE_SYS_TIME_H
121 
122 /* Define if you have the <sys/wait.h> header file.  */
123 #undef HAVE_SYS_WAIT_H
124 
125 /* Define if you have the <unistd.h> header file.  */
126 #undef HAVE_UNISTD_H
127 
128 /* Define if you have the <waitflags.h> header file.  */
129 #undef HAVE_WAITFLAGS_H
130 
131 /* Define if you have the m library (-lm).  */
132 #define HAVE_LIBM		1
133 
134 /* Define if you have the nsl library (-lnsl).  */
135 #undef HAVE_LIBNSL
136 
137 /* Define if you have the socket library (-lsocket).  */
138 #undef HAVE_LIBSOCKET
139 
140