diff options
| author | Jari Aalto <jari.aalto@cante.net> | 1997-06-05 14:59:13 +0000 |
|---|---|---|
| committer | Jari Aalto <jari.aalto@cante.net> | 2009-09-12 16:46:50 +0000 |
| commit | d166f048818e10cf3799aa24a174fb22835f1acc (patch) | |
| tree | 1ca27f9243900f8b236d0cde6a3862002aea9e19 /config.h.in | |
| parent | ccc6cda312fea9f0468ee65b8f368e9653e1380b (diff) | |
| download | android_external_bash-d166f048818e10cf3799aa24a174fb22835f1acc.tar.gz android_external_bash-d166f048818e10cf3799aa24a174fb22835f1acc.tar.bz2 android_external_bash-d166f048818e10cf3799aa24a174fb22835f1acc.zip | |
Imported from ../bash-2.01.tar.gz.
Diffstat (limited to 'config.h.in')
| -rw-r--r-- | config.h.in | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index 584f814..6a85ad7 100644 --- a/config.h.in +++ b/config.h.in @@ -300,6 +300,12 @@ #undef STRUCT_DIRENT_HAS_D_INO +#undef STRUCT_DIRENT_HAS_D_FILENO + +#undef STRUCT_WINSIZE_IN_SYS_IOCTL + +#undef SPEED_T_IN_SYS_TYPES + #undef CAN_REDEFINE_GETENV #undef MUST_REINSTALL_SIGHANDLERS @@ -415,6 +421,9 @@ /* Define if you have the <dirent.h> header file. */ #undef HAVE_DIRENT_H +/* Define if you have the <dlfcn.h> header file. */ +#undef HAVE_DLFCN_H + /* Define if you have the <limits.h> header file. */ #undef HAVE_LIMITS_H @@ -500,6 +509,10 @@ <sys/resource.h>? */ #undef RLIMIT_NEEDS_KERNEL +/* Do strcoll(3) and strcmp(3) give different results in the default locale? */ +#undef STRCOLL_BROKEN + #include "config.h.bot" #endif /* _CONFIG_H_ */ + |
