1 /* config.h. Generated automatically by configure. */
2 /* config.h.in. Generated automatically from configure.in by autoheader. */
4 /* Prototypes and definitions for some compatibility code. */
6 /* This is really strange. I don't understand why they had to include
7 those leading underscores to the function names. */
8 #define popen(program, mode) _popen((program), (mode))
9 #define pclose(fp) _pclose((fp))
10 #define getcwd(buf, len) _getcwd((buf), (len))
11 #define alloca(size) _alloca((size))
16 * Configure definitions follow.
19 /* Define if using alloca.c. */
22 /* Define to empty if the keyword does not work. */
25 /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
26 This function is required for alloca.c support on those systems. */
27 /* #undef CRAY_STACKSEG_END */
29 /* Define if you have alloca, as a function or macro. */
30 /* #undef HAVE_ALLOCA */
32 /* Define if you have <alloca.h> and it should be used (not on Ultrix). */
33 /* #undef HAVE_ALLOCA_H */
35 /* Define if you don't have vprintf but do have _doprnt. */
36 /* #undef HAVE_DOPRNT */
38 /* Define if you have a working `mmap' system call. */
39 /* #undef HAVE_MMAP */
41 /* Define if you have the vprintf function. */
42 #define HAVE_VPRINTF 1
44 /* Define as __inline if that's what the C compiler calls it. */
47 /* Define to `long' if <sys/types.h> doesn't define. */
50 /* Define if you need to in order for stat and other things to work. */
51 /* #undef _POSIX_SOURCE */
53 /* Define to `unsigned' if <sys/types.h> doesn't define. */
56 /* If using the C implementation of alloca, define if you know the
57 direction of stack growth for your system; otherwise it will be
58 automatically deduced at run-time.
59 STACK_DIRECTION > 0 => grows toward higher addresses
60 STACK_DIRECTION < 0 => grows toward lower addresses
61 STACK_DIRECTION = 0 => direction of growth unknown
63 /* #undef STACK_DIRECTION */
65 /* Define if you have the ANSI C header files. */
66 #define STDC_HEADERS 1
68 /* Define if lex declares yytext as a char * by default, not a char[]. */
69 #define YYTEXT_POINTER 1
71 /* Character which is used to separate path components. */
72 #define PATH_SEPARATOR ';'
73 #define PATH_SEPARATOR_STR ";"
75 /* Have strerror() function. */
76 #define HAVE_STRERROR 1
78 /* Have memmove() function. */
79 #define HAVE_MEMMOVE 1
81 /* Have memcpy() function. */
84 /* Have strtoul() function. */
85 #define HAVE_STRTOUL 1
87 /* How to retrieve the current working directory? */
89 /* #undef HAVE_GETWD */
91 /* #undef ENABLE_NLS */
93 /* #undef HAVE_CATGETS */
95 /* #undef HAVE_GETTEXT */
97 /* #undef HAVE_LC_MESSAGES */
99 /* #undef HAVE_STPCPY */
101 /* Define if you have the __argz_count function. */
102 /* #undef HAVE___ARGZ_COUNT */
104 /* Define if you have the __argz_next function. */
105 /* #undef HAVE___ARGZ_NEXT */
107 /* Define if you have the __argz_stringify function. */
108 /* #undef HAVE___ARGZ_STRINGIFY */
110 /* Define if you have the dcgettext function. */
111 /* #undef HAVE_DCGETTEXT */
113 /* Define if you have the getcwd function. */
114 /* #undef HAVE_GETCWD */
116 /* Define if you have the getpagesize function. */
117 /* #undef HAVE_GETPAGESIZE */
119 /* Define if you have the munmap function. */
120 /* #undef HAVE_MUNMAP */
122 /* Define if you have the putenv function. */
123 #define HAVE_PUTENV 1
125 /* Define if you have the setenv function. */
126 #define HAVE_SETENV 1
128 /* Define if you have the setlocale function. */
129 /* #undef HAVE_SETLOCALE */
131 /* Define if you have the stpcpy function. */
132 /* #undef HAVE_STPCPY */
134 /* Define if you have the strcasecmp function. */
135 #define HAVE_STRCASECMP 1
137 /* Define if you have the strchr function. */
138 #define HAVE_STRCHR 1
140 /* Define if you have the strdup function. */
141 #define HAVE_STRDUP 1
143 /* Define if you have the <argz.h> header file. */
144 /* #undef HAVE_ARGZ_H */
146 /* Define if you have the <limits.h> header file. */
147 #define HAVE_LIMITS_H 1
149 /* Define if you have the <locale.h> header file. */
150 /* #undef HAVE_LOCALE_H */
152 /* Define if you have the <malloc.h> header file. */
153 #define HAVE_MALLOC_H 1
155 /* Define if you have the <math.h> header file. */
156 #define HAVE_MATH_H 1
158 /* Define if you have the <nl_types.h> header file. */
159 /* #undef HAVE_NL_TYPES_H */
161 /* Define if you have the <pwd.h> header file. */
162 /* #undef HAVE_PWD_H */
164 /* Define if you have the <stdarg.h> header file. */
165 #define HAVE_STDARG_H 1
167 /* Define if you have the <stdlib.h> header file. */
168 #define HAVE_STDLIB_H 1
170 /* Define if you have the <string.h> header file. */
171 #define HAVE_STRING_H 1
173 /* Define if you have the <sys/param.h> header file. */
174 #define HAVE_SYS_PARAM_H 1
176 /* Define if you have the <sys/stat.h> header file. */
177 #define HAVE_SYS_STAT_H 1
179 /* Define if you have the <sys/types.h> header file. */
180 #define HAVE_SYS_TYPES_H 1
182 /* Define if you have the <unistd.h> header file. */
183 /* #undef HAVE_UNISTD_H */
185 /* Define if you have the i library (-li). */
186 /* #undef HAVE_LIBI */
188 /* Define if you have the socket library (-lsocket). */
189 /* #undef HAVE_LIBSOCKET */
191 /* Define if you have the sun library (-lsun). */
192 /* #undef HAVE_LIBSUN */
194 /* Name of package */
195 #define PACKAGE "enscript"
197 /* Version number of package */
198 #define VERSION "1.6.3"
200 /* Define if compiler has function prototypes */