[3082] | 1 | /* config.h. Generated by configure. */
|
---|
| 2 | /* configh.in. Generated from configure.ac by autoheader. */
|
---|
| 3 |
|
---|
| 4 | /* switch statements are enabled in awk programs */
|
---|
| 5 | /* #undef ALLOW_SWITCH */
|
---|
| 6 |
|
---|
| 7 | /* dynamic loading is possible */
|
---|
| 8 | #define DYNAMIC 1
|
---|
| 9 |
|
---|
| 10 | /* Define to 1 if translation of program messages to the user's native
|
---|
| 11 | language is requested. */
|
---|
| 12 | #define ENABLE_NLS 1
|
---|
| 13 |
|
---|
| 14 | /* Define to the type of elements in the array set by `getgroups'. Usually
|
---|
| 15 | this is either `int' or `gid_t'. */
|
---|
| 16 | #define GETGROUPS_T gid_t
|
---|
| 17 |
|
---|
| 18 | /* Define to 1 if the `getpgrp' function requires zero arguments. */
|
---|
| 19 | #define GETPGRP_VOID 1
|
---|
| 20 |
|
---|
| 21 | /* Define to 1 if you have the `alarm' function. */
|
---|
| 22 | #define HAVE_ALARM 1
|
---|
| 23 |
|
---|
| 24 | /* Define to 1 if you have the `btowc' function. */
|
---|
| 25 | #define HAVE_BTOWC 1
|
---|
| 26 |
|
---|
| 27 | /* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the
|
---|
| 28 | CoreFoundation framework. */
|
---|
| 29 | /* #undef HAVE_CFLOCALECOPYCURRENT */
|
---|
| 30 |
|
---|
| 31 | /* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in
|
---|
| 32 | the CoreFoundation framework. */
|
---|
| 33 | /* #undef HAVE_CFPREFERENCESCOPYAPPVALUE */
|
---|
| 34 |
|
---|
| 35 | /* Define if the GNU dcgettext() function is already present or preinstalled.
|
---|
| 36 | */
|
---|
| 37 | #define HAVE_DCGETTEXT 1
|
---|
| 38 |
|
---|
| 39 | /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
|
---|
| 40 | /* #undef HAVE_DOPRNT */
|
---|
| 41 |
|
---|
| 42 | /* Define to 1 if you have the <fcntl.h> header file. */
|
---|
| 43 | #define HAVE_FCNTL_H 1
|
---|
| 44 |
|
---|
| 45 | /* Define to 1 if you have the `fmod' function. */
|
---|
| 46 | #define HAVE_FMOD 1
|
---|
| 47 |
|
---|
| 48 | /* Define to 1 if you have the `getgrent' function. */
|
---|
| 49 | #define HAVE_GETGRENT 1
|
---|
| 50 |
|
---|
| 51 | /* Define to 1 if you have the `getgroups' function. */
|
---|
| 52 | #define HAVE_GETGROUPS 1
|
---|
| 53 |
|
---|
| 54 | /* Define if the GNU gettext() function is already present or preinstalled. */
|
---|
| 55 | #define HAVE_GETTEXT 1
|
---|
| 56 |
|
---|
| 57 | /* Define to 1 if you have the `grantpt' function. */
|
---|
| 58 | /* #undef HAVE_GRANTPT */
|
---|
| 59 |
|
---|
| 60 | /* Define if you have the iconv() function. */
|
---|
| 61 | /* #undef HAVE_ICONV */
|
---|
| 62 |
|
---|
| 63 | /* Define if you have the 'intmax_t' type in <stdint.h> or <inttypes.h>. */
|
---|
| 64 | #define HAVE_INTMAX_T 1
|
---|
| 65 |
|
---|
| 66 | /* Define to 1 if you have the <inttypes.h> header file. */
|
---|
| 67 | #define HAVE_INTTYPES_H 1
|
---|
| 68 |
|
---|
| 69 | /* Define if <inttypes.h> exists, doesn't clash with <sys/types.h>, and
|
---|
| 70 | declares uintmax_t. */
|
---|
| 71 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
|
---|
| 72 |
|
---|
| 73 | /* Define to 1 if you have the `isascii' function. */
|
---|
| 74 | #define HAVE_ISASCII 1
|
---|
| 75 |
|
---|
| 76 | /* Define to 1 if you have the `iswctype' function. */
|
---|
| 77 | #define HAVE_ISWCTYPE 1
|
---|
| 78 |
|
---|
| 79 | /* Define to 1 if you have the `iswlower' function. */
|
---|
| 80 | #define HAVE_ISWLOWER 1
|
---|
| 81 |
|
---|
| 82 | /* Define to 1 if you have the `iswupper' function. */
|
---|
| 83 | #define HAVE_ISWUPPER 1
|
---|
| 84 |
|
---|
| 85 | /* Define to 1 if you have the `dl' library (-ldl). */
|
---|
| 86 | /* #undef HAVE_LIBDL */
|
---|
| 87 |
|
---|
| 88 | /* Define to 1 if you have the <libintl.h> header file. */
|
---|
| 89 | #define HAVE_LIBINTL_H 1
|
---|
| 90 |
|
---|
| 91 | /* Define to 1 if you have the `m' library (-lm). */
|
---|
| 92 | /* #undef HAVE_LIBM */
|
---|
| 93 |
|
---|
| 94 | /* Define to 1 if you have the <limits.h> header file. */
|
---|
| 95 | #define HAVE_LIMITS_H 1
|
---|
| 96 |
|
---|
| 97 | /* Define to 1 if you have the <locale.h> header file. */
|
---|
| 98 | #define HAVE_LOCALE_H 1
|
---|
| 99 |
|
---|
| 100 | /* Define if you have the 'long long' type. */
|
---|
| 101 | #define HAVE_LONG_LONG 1
|
---|
| 102 |
|
---|
| 103 | /* Define to 1 if you have the `mbrlen' function. */
|
---|
| 104 | #define HAVE_MBRLEN 1
|
---|
| 105 |
|
---|
| 106 | /* Define to 1 if mbrtowc and mbstate_t are properly declared. */
|
---|
| 107 | #define HAVE_MBRTOWC 1
|
---|
| 108 |
|
---|
| 109 | /* Define to 1 if you have the <mcheck.h> header file. */
|
---|
| 110 | /* #undef HAVE_MCHECK_H */
|
---|
| 111 |
|
---|
| 112 | /* Define to 1 if you have the `memcmp' function. */
|
---|
| 113 | #define HAVE_MEMCMP 1
|
---|
| 114 |
|
---|
| 115 | /* Define to 1 if you have the `memcpy' function. */
|
---|
| 116 | #define HAVE_MEMCPY 1
|
---|
| 117 |
|
---|
| 118 | /* Define to 1 if you have the `memmove' function. */
|
---|
| 119 | #define HAVE_MEMMOVE 1
|
---|
| 120 |
|
---|
| 121 | /* Define to 1 if you have the <memory.h> header file. */
|
---|
| 122 | #define HAVE_MEMORY_H 1
|
---|
| 123 |
|
---|
| 124 | /* Define to 1 if you have the `memset' function. */
|
---|
| 125 | #define HAVE_MEMSET 1
|
---|
| 126 |
|
---|
| 127 | /* we have the mktime function */
|
---|
| 128 | #define HAVE_MKTIME 1
|
---|
| 129 |
|
---|
| 130 | /* Define to 1 if you have the <netdb.h> header file. */
|
---|
| 131 | #define HAVE_NETDB_H 1
|
---|
| 132 |
|
---|
| 133 | /* Define to 1 if you have the <netinet/in.h> header file. */
|
---|
| 134 | #define HAVE_NETINET_IN_H 1
|
---|
| 135 |
|
---|
| 136 | /* we have portals on /p on this system */
|
---|
| 137 | /* #undef HAVE_PORTALS */
|
---|
| 138 |
|
---|
| 139 | /* Define to 1 if you have the `setlocale' function. */
|
---|
| 140 | #define HAVE_SETLOCALE 1
|
---|
| 141 |
|
---|
| 142 | /* Define to 1 if you have the <signum.h> header file. */
|
---|
| 143 | /* #undef HAVE_SIGNUM_H */
|
---|
| 144 |
|
---|
| 145 | /* Define to 1 if you have the `snprintf' function. */
|
---|
| 146 | #define HAVE_SNPRINTF 1
|
---|
| 147 |
|
---|
| 148 | /* we have sockets on this system */
|
---|
| 149 | #define HAVE_SOCKETS 1
|
---|
| 150 |
|
---|
| 151 | /* Define to 1 if you have the <stdarg.h> header file. */
|
---|
| 152 | #define HAVE_STDARG_H 1
|
---|
| 153 |
|
---|
| 154 | /* Define to 1 if you have the <stdint.h> header file. */
|
---|
| 155 | #define HAVE_STDINT_H 1
|
---|
| 156 |
|
---|
| 157 | /* Define if <stdint.h> exists, doesn't clash with <sys/types.h>, and declares
|
---|
| 158 | uintmax_t. */
|
---|
| 159 | #define HAVE_STDINT_H_WITH_UINTMAX 1
|
---|
| 160 |
|
---|
| 161 | /* Define to 1 if you have the <stdlib.h> header file. */
|
---|
| 162 | #define HAVE_STDLIB_H 1
|
---|
| 163 |
|
---|
| 164 | /* Define to 1 if you have the `strchr' function. */
|
---|
| 165 | #define HAVE_STRCHR 1
|
---|
| 166 |
|
---|
| 167 | /* Define to 1 if you have the `strerror' function. */
|
---|
| 168 | #define HAVE_STRERROR 1
|
---|
| 169 |
|
---|
| 170 | /* Define to 1 if you have the `strftime' function. */
|
---|
| 171 | #define HAVE_STRFTIME 1
|
---|
| 172 |
|
---|
| 173 | /* Define to 1 if cpp supports the ANSI # stringizing operator. */
|
---|
| 174 | #define HAVE_STRINGIZE 1
|
---|
| 175 |
|
---|
| 176 | /* Define to 1 if you have the <strings.h> header file. */
|
---|
| 177 | #define HAVE_STRINGS_H 1
|
---|
| 178 |
|
---|
| 179 | /* Define to 1 if you have the <string.h> header file. */
|
---|
| 180 | #define HAVE_STRING_H 1
|
---|
| 181 |
|
---|
| 182 | /* Define to 1 if you have the `strncasecmp' function. */
|
---|
| 183 | #define HAVE_STRNCASECMP 1
|
---|
| 184 |
|
---|
| 185 | /* Define to 1 if you have the <stropts.h> header file. */
|
---|
| 186 | /* #undef HAVE_STROPTS_H */
|
---|
| 187 |
|
---|
| 188 | /* Define to 1 if you have the `strtod' function. */
|
---|
| 189 | #define HAVE_STRTOD 1
|
---|
| 190 |
|
---|
| 191 | /* Define to 1 if you have the `strtoul' function. */
|
---|
| 192 | #define HAVE_STRTOUL 1
|
---|
| 193 |
|
---|
| 194 | /* Define to 1 if `st_blksize' is member of `struct stat'. */
|
---|
| 195 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
|
---|
| 196 |
|
---|
| 197 | /* Define to 1 if `tm_zone' is member of `struct tm'. */
|
---|
| 198 | /* #undef HAVE_STRUCT_TM_TM_ZONE */
|
---|
| 199 |
|
---|
| 200 | /* Define to 1 if your `struct stat' has `st_blksize'. Deprecated, use
|
---|
| 201 | `HAVE_STRUCT_STAT_ST_BLKSIZE' instead. */
|
---|
| 202 | #define HAVE_ST_BLKSIZE 1
|
---|
| 203 |
|
---|
| 204 | /* Define to 1 if you have the `system' function. */
|
---|
| 205 | #define HAVE_SYSTEM 1
|
---|
| 206 |
|
---|
| 207 | /* Define to 1 if you have the <sys/param.h> header file. */
|
---|
| 208 | #define HAVE_SYS_PARAM_H 1
|
---|
| 209 |
|
---|
| 210 | /* Define to 1 if you have the <sys/socket.h> header file. */
|
---|
| 211 | #define HAVE_SYS_SOCKET_H 1
|
---|
| 212 |
|
---|
| 213 | /* Define to 1 if you have the <sys/stat.h> header file. */
|
---|
| 214 | #define HAVE_SYS_STAT_H 1
|
---|
| 215 |
|
---|
| 216 | /* Define to 1 if you have the <sys/time.h> header file. */
|
---|
| 217 | #define HAVE_SYS_TIME_H 1
|
---|
| 218 |
|
---|
| 219 | /* Define to 1 if you have the <sys/types.h> header file. */
|
---|
| 220 | #define HAVE_SYS_TYPES_H 1
|
---|
| 221 |
|
---|
| 222 | /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
|
---|
| 223 | #define HAVE_SYS_WAIT_H 1
|
---|
| 224 |
|
---|
| 225 | /* Define to 1 if you have the <termios.h> header file. */
|
---|
| 226 | #define HAVE_TERMIOS_H 1
|
---|
| 227 |
|
---|
| 228 | /* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
|
---|
| 229 | `HAVE_STRUCT_TM_TM_ZONE' instead. */
|
---|
| 230 | /* #undef HAVE_TM_ZONE */
|
---|
| 231 |
|
---|
| 232 | /* Define to 1 if you have the `towlower' function. */
|
---|
| 233 | #define HAVE_TOWLOWER 1
|
---|
| 234 |
|
---|
| 235 | /* Define to 1 if you have the `towupper' function. */
|
---|
| 236 | #define HAVE_TOWUPPER 1
|
---|
| 237 |
|
---|
| 238 | /* Define to 1 if you don't have `tm_zone' but do have the external array
|
---|
| 239 | `tzname'. */
|
---|
| 240 | #define HAVE_TZNAME 1
|
---|
| 241 |
|
---|
| 242 | /* Define to 1 if you have the `tzset' function. */
|
---|
| 243 | #define HAVE_TZSET 1
|
---|
| 244 |
|
---|
| 245 | /* Define if you have the 'uintmax_t' type in <stdint.h> or <inttypes.h>. */
|
---|
| 246 | #define HAVE_UINTMAX_T 1
|
---|
| 247 |
|
---|
| 248 | /* Define to 1 if you have the <unistd.h> header file. */
|
---|
| 249 | #define HAVE_UNISTD_H 1
|
---|
| 250 |
|
---|
| 251 | /* Define if you have the 'unsigned long long' type. */
|
---|
| 252 | #define HAVE_UNSIGNED_LONG_LONG 1
|
---|
| 253 |
|
---|
| 254 | /* Define to 1 if you have the `vprintf' function. */
|
---|
| 255 | #define HAVE_VPRINTF 1
|
---|
| 256 |
|
---|
| 257 | /* Define to 1 if you have the <wchar.h> header file. */
|
---|
| 258 | #define HAVE_WCHAR_H 1
|
---|
| 259 |
|
---|
| 260 | /* Define to 1 if you have the `wcrtomb' function. */
|
---|
| 261 | #define HAVE_WCRTOMB 1
|
---|
| 262 |
|
---|
| 263 | /* Define to 1 if you have the `wcscoll' function. */
|
---|
| 264 | #define HAVE_WCSCOLL 1
|
---|
| 265 |
|
---|
| 266 | /* Define to 1 if you have the `wctype' function. */
|
---|
| 267 | #define HAVE_WCTYPE 1
|
---|
| 268 |
|
---|
| 269 | /* Define to 1 if you have the <wctype.h> header file. */
|
---|
| 270 | #define HAVE_WCTYPE_H 1
|
---|
| 271 |
|
---|
| 272 | /* systems should define this type here */
|
---|
| 273 | #define HAVE_WCTYPE_T 1
|
---|
| 274 |
|
---|
| 275 | /* systems should define this type here */
|
---|
| 276 | #define HAVE_WINT_T 1
|
---|
| 277 |
|
---|
| 278 | /* disable lint checks */
|
---|
| 279 | /* #undef NO_LINT */
|
---|
| 280 |
|
---|
| 281 | /* Name of package */
|
---|
| 282 | #define PACKAGE "gawk"
|
---|
| 283 |
|
---|
| 284 | /* Define to the address where bug reports for this package should be sent. */
|
---|
| 285 | #define PACKAGE_BUGREPORT "bug-gawk@gnu.org"
|
---|
| 286 |
|
---|
| 287 | /* Define to the full name of this package. */
|
---|
| 288 | #define PACKAGE_NAME "GNU Awk"
|
---|
| 289 |
|
---|
| 290 | /* Define to the full name and version of this package. */
|
---|
| 291 | #define PACKAGE_STRING "GNU Awk 3.1.5"
|
---|
| 292 |
|
---|
| 293 | /* Define to the one symbol short name of this package. */
|
---|
| 294 | #define PACKAGE_TARNAME "gawk"
|
---|
| 295 |
|
---|
| 296 | /* Define to the version of this package. */
|
---|
| 297 | #define PACKAGE_VERSION "3.1.5"
|
---|
| 298 |
|
---|
| 299 | /* Define to 1 if *printf supports %F format */
|
---|
| 300 | #define PRINTF_HAS_F_FORMAT 1
|
---|
| 301 |
|
---|
| 302 | /* Define to 1 if the C compiler supports function prototypes. */
|
---|
| 303 | #define PROTOTYPES 1
|
---|
| 304 |
|
---|
| 305 | /* Define as the return type of signal handlers (`int' or `void'). */
|
---|
| 306 | #define RETSIGTYPE void
|
---|
| 307 |
|
---|
| 308 | /* The size of a `unsigned int', as computed by sizeof. */
|
---|
| 309 | #define SIZEOF_UNSIGNED_INT 4
|
---|
| 310 |
|
---|
| 311 | /* The size of a `unsigned long', as computed by sizeof. */
|
---|
| 312 | #define SIZEOF_UNSIGNED_LONG 4
|
---|
| 313 |
|
---|
| 314 | /* return type of sprintf */
|
---|
| 315 | #define SPRINTF_RET int
|
---|
| 316 |
|
---|
| 317 | /* Define to 1 if you have the ANSI C header files. */
|
---|
| 318 | #define STDC_HEADERS 1
|
---|
| 319 |
|
---|
| 320 | /* strtod doesn't have C89 semantics */
|
---|
| 321 | #define STRTOD_NOT_C89 1
|
---|
| 322 |
|
---|
| 323 | /* some systems define this type here */
|
---|
| 324 | #define TIME_T_IN_SYS_TYPES_H 1
|
---|
| 325 |
|
---|
| 326 | /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
|
---|
| 327 | #define TIME_WITH_SYS_TIME 1
|
---|
| 328 |
|
---|
| 329 | /* Define to 1 if your <sys/time.h> declares `struct tm'. */
|
---|
| 330 | /* #undef TM_IN_SYS_TIME */
|
---|
| 331 |
|
---|
| 332 | /* force use of our version of strftime */
|
---|
| 333 | /* #undef USE_INCLUDED_STRFTIME */
|
---|
| 334 |
|
---|
| 335 | /* Version number of package */
|
---|
| 336 | #define VERSION "3.1.5"
|
---|
| 337 |
|
---|
| 338 | /* Define to 1 if on AIX 3.
|
---|
| 339 | System headers sometimes define this.
|
---|
| 340 | We just want to avoid a redefinition error message. */
|
---|
| 341 | #ifndef _ALL_SOURCE
|
---|
| 342 | /* # undef _ALL_SOURCE */
|
---|
| 343 | #endif
|
---|
| 344 |
|
---|
| 345 | /* Number of bits in a file offset, on hosts where this is settable. */
|
---|
| 346 | /* #undef _FILE_OFFSET_BITS */
|
---|
| 347 |
|
---|
| 348 | /* Define for large files, on AIX-style hosts. */
|
---|
| 349 | /* #undef _LARGE_FILES */
|
---|
| 350 |
|
---|
| 351 | /* Define to 1 if on MINIX. */
|
---|
| 352 | /* #undef _MINIX */
|
---|
| 353 |
|
---|
| 354 | /* Define to 2 if the system does not provide POSIX.1 features except with
|
---|
| 355 | this defined. */
|
---|
| 356 | /* #undef _POSIX_1_SOURCE */
|
---|
| 357 |
|
---|
| 358 | /* Define to 1 if you need to in order for `stat' and other things to work. */
|
---|
| 359 | /* #undef _POSIX_SOURCE */
|
---|
| 360 |
|
---|
| 361 | /* Define to 1 if type `char' is unsigned and you are not using gcc. */
|
---|
| 362 | #ifndef __CHAR_UNSIGNED__
|
---|
| 363 | /* # undef __CHAR_UNSIGNED__ */
|
---|
| 364 | #endif
|
---|
| 365 |
|
---|
| 366 | /* Define like PROTOTYPES; this can be used by system headers. */
|
---|
| 367 | #define __PROTOTYPES 1
|
---|
| 368 |
|
---|
| 369 | /* Define to empty if `const' does not conform to ANSI C. */
|
---|
| 370 | /* #undef const */
|
---|
| 371 |
|
---|
| 372 | /* Define to `int' if <sys/types.h> doesn't define. */
|
---|
| 373 | /* #undef gid_t */
|
---|
| 374 |
|
---|
| 375 | /* Define to `__inline__' or `__inline' if that's what the C compiler
|
---|
| 376 | calls it, or to nothing if 'inline' is not supported under any name. */
|
---|
| 377 | #ifndef __cplusplus
|
---|
| 378 | /* #undef inline */
|
---|
| 379 | #endif
|
---|
| 380 |
|
---|
| 381 | /* Define to long or long long if <inttypes.h> and <stdint.h> don't define. */
|
---|
| 382 | /* #undef intmax_t */
|
---|
| 383 |
|
---|
| 384 | /* Define to `int' if <sys/types.h> does not define. */
|
---|
| 385 | /* #undef pid_t */
|
---|
| 386 |
|
---|
| 387 | /* Define to equivalent of C99 restrict keyword, or to nothing if this is not
|
---|
| 388 | supported. Do not define if restrict is supported directly. */
|
---|
| 389 | #define restrict __restrict
|
---|
| 390 |
|
---|
| 391 | /* Define to `unsigned' if <sys/types.h> does not define. */
|
---|
| 392 | /* #undef size_t */
|
---|
| 393 |
|
---|
| 394 | /* type to use in place of socklen_t if not defined */
|
---|
| 395 | #define socklen_t int
|
---|
| 396 |
|
---|
| 397 | /* Define to `int' if <sys/types.h> does not define. */
|
---|
| 398 | /* #undef ssize_t */
|
---|
| 399 |
|
---|
| 400 | /* Define to `int' if <sys/types.h> doesn't define. */
|
---|
| 401 | /* #undef uid_t */
|
---|
| 402 |
|
---|
| 403 | /* Define to unsigned long or unsigned long long if <stdint.h> and
|
---|
| 404 | <inttypes.h> don't define. */
|
---|
| 405 | /* #undef uintmax_t */
|
---|
| 406 |
|
---|
| 407 | #include "custom.h"
|
---|