1 rizwank 1.1 /* config.h.in. Generated automatically from configure.in by autoheader. */
2
3 /* Define if using alloca.c. */
4 #undef C_ALLOCA
5
6 /* Define to empty if the keyword does not work. */
7 #undef const
8
9 /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
10 This function is required for alloca.c support on those systems. */
11 #undef CRAY_STACKSEG_END
12
13 /* Define if you have alloca, as a function or macro. */
14 #undef HAVE_ALLOCA
15
16 /* Define if you have <alloca.h> and it should be used (not on Ultrix). */
17 #undef HAVE_ALLOCA_H
18
19 /* Define if you don't have vprintf but do have _doprnt. */
20 #undef HAVE_DOPRNT
21
22 rizwank 1.1 /* Define if you have a working `mmap' system call. */
23 #undef HAVE_MMAP
24
25 /* Define if you have the vprintf function. */
26 #undef HAVE_VPRINTF
27
28 /* Define as __inline if that's what the C compiler calls it. */
29 #undef inline
30
31 /* Define to `long' if <sys/types.h> doesn't define. */
32 #undef off_t
33
34 /* Define if you need to in order for stat and other things to work. */
35 #undef _POSIX_SOURCE
36
37 /* Define to `unsigned' if <sys/types.h> doesn't define. */
38 #undef size_t
39
40 /* If using the C implementation of alloca, define if you know the
41 direction of stack growth for your system; otherwise it will be
42 automatically deduced at run-time.
43 rizwank 1.1 STACK_DIRECTION > 0 => grows toward higher addresses
44 STACK_DIRECTION < 0 => grows toward lower addresses
45 STACK_DIRECTION = 0 => direction of growth unknown
46 */
47 #undef STACK_DIRECTION
48
49 /* Define if you have the ANSI C header files. */
50 #undef STDC_HEADERS
51
52 /* Define if lex declares yytext as a char * by default, not a char[]. */
53 #undef YYTEXT_POINTER
54
55 /* Character which is used to separate path components. */
56 #undef PATH_SEPARATOR
57 #undef PATH_SEPARATOR_STR
58
59 /* Have strerror() function. */
60 #undef HAVE_STRERROR
61
62 /* Have memmove() function. */
63 #undef HAVE_MEMMOVE
64 rizwank 1.1
65 /* Have memcpy() function. */
66 #undef HAVE_MEMCPY
67
68 /* Have strtoul() function. */
69 #undef HAVE_STRTOUL
70
71 /* How to retrieve the current working directory? */
72 #undef HAVE_GETCWD
73 #undef HAVE_GETWD
74
75 #undef ENABLE_NLS
76
77 #undef HAVE_CATGETS
78
79 #undef HAVE_GETTEXT
80
81 #undef HAVE_LC_MESSAGES
82
83 #undef HAVE_STPCPY
84
85 rizwank 1.1 /* Define if you have the __argz_count function. */
86 #undef HAVE___ARGZ_COUNT
87
88 /* Define if you have the __argz_next function. */
89 #undef HAVE___ARGZ_NEXT
90
91 /* Define if you have the __argz_stringify function. */
92 #undef HAVE___ARGZ_STRINGIFY
93
94 /* Define if you have the dcgettext function. */
95 #undef HAVE_DCGETTEXT
96
97 /* Define if you have the getcwd function. */
98 #undef HAVE_GETCWD
99
100 /* Define if you have the getpagesize function. */
101 #undef HAVE_GETPAGESIZE
102
103 /* Define if you have the munmap function. */
104 #undef HAVE_MUNMAP
105
106 rizwank 1.1 /* Define if you have the putenv function. */
107 #undef HAVE_PUTENV
108
109 /* Define if you have the setenv function. */
110 #undef HAVE_SETENV
111
112 /* Define if you have the setlocale function. */
113 #undef HAVE_SETLOCALE
114
115 /* Define if you have the stpcpy function. */
116 #undef HAVE_STPCPY
117
118 /* Define if you have the strcasecmp function. */
119 #undef HAVE_STRCASECMP
120
121 /* Define if you have the strchr function. */
122 #undef HAVE_STRCHR
123
124 /* Define if you have the strdup function. */
125 #undef HAVE_STRDUP
126
127 rizwank 1.1 /* Define if you have the <argz.h> header file. */
128 #undef HAVE_ARGZ_H
129
130 /* Define if you have the <limits.h> header file. */
131 #undef HAVE_LIMITS_H
132
133 /* Define if you have the <locale.h> header file. */
134 #undef HAVE_LOCALE_H
135
136 /* Define if you have the <malloc.h> header file. */
137 #undef HAVE_MALLOC_H
138
139 /* Define if you have the <math.h> header file. */
140 #undef HAVE_MATH_H
141
142 /* Define if you have the <nl_types.h> header file. */
143 #undef HAVE_NL_TYPES_H
144
145 /* Define if you have the <pwd.h> header file. */
146 #undef HAVE_PWD_H
147
148 rizwank 1.1 /* Define if you have the <stdarg.h> header file. */
149 #undef HAVE_STDARG_H
150
151 /* Define if you have the <stdlib.h> header file. */
152 #undef HAVE_STDLIB_H
153
154 /* Define if you have the <string.h> header file. */
155 #undef HAVE_STRING_H
156
157 /* Define if you have the <sys/param.h> header file. */
158 #undef HAVE_SYS_PARAM_H
159
160 /* Define if you have the <sys/stat.h> header file. */
161 #undef HAVE_SYS_STAT_H
162
163 /* Define if you have the <sys/types.h> header file. */
164 #undef HAVE_SYS_TYPES_H
165
166 /* Define if you have the <unistd.h> header file. */
167 #undef HAVE_UNISTD_H
168
169 rizwank 1.1 /* Define if you have the i library (-li). */
170 #undef HAVE_LIBI
171
172 /* Define if you have the socket library (-lsocket). */
173 #undef HAVE_LIBSOCKET
174
175 /* Define if you have the sun library (-lsun). */
176 #undef HAVE_LIBSUN
177
178 /* Name of package */
179 #undef PACKAGE
180
181 /* Version number of package */
182 #undef VERSION
183
184 /* Define if compiler has function prototypes */
185 #undef PROTOTYPES
186
|