source: trunk/kitgen/8.x/blt/generic/bltConfig.h@ 175

Last change on this file since 175 was 175, checked in by demin, 12 years ago

initial commit

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