| 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. */
|
|---|
|
|---|