diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2010-07-16 13:17:58 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2010-07-16 13:17:58 +0300 |
commit | e888f1834b88270590b7e04d64c03c75863e4565 (patch) | |
tree | ab679ecbf16dc4f11b90a53f4b1e0084d78c98b0 /custom.h | |
parent | fae4762eba9ff7bb466a600130e9c90eaac6b0bc (diff) | |
download | egawk-e888f1834b88270590b7e04d64c03c75863e4565.tar.gz egawk-e888f1834b88270590b7e04d64c03c75863e4565.tar.bz2 egawk-e888f1834b88270590b7e04d64c03c75863e4565.zip |
Move to gawk-3.1.2.
Diffstat (limited to 'custom.h')
-rw-r--r-- | custom.h | 16 |
1 files changed, 11 insertions, 5 deletions
@@ -2,12 +2,12 @@ * custom.h * * This file is for use on systems where Autoconf isn't quite able to - * get things right. It is included after config.h in awk.h, to override - * definitions from Autoconf that are erroneous. See the manual for more - * information. + * get things right. It is appended to the bottom of config.h by configure, + * in order to override definitions from Autoconf that are erroneous. See + * the manual for more information. * * If you make additions to this file for your system, please send me - * the information, to arnold@gnu.org. + * the information, to arnold@skeeve.com. */ /* @@ -37,7 +37,7 @@ #undef HAVE_STRERROR #endif -/* for VMS POSIX, from Pat Rankin, rankin@eql.caltech.edu */ +/* for VMS POSIX, from Pat Rankin, rankin@pactechdata.com */ #ifdef VMS_POSIX #undef VMS #include "vms/redirect.h" @@ -80,9 +80,15 @@ #define HAVE_MKTIME 1 #endif +#ifdef __WIN32__ +#undef HAVE_STRFTIME +/* #define system(s) os_system(s) */ +#endif + /* For ULTRIX 4.3 */ #ifdef ultrix #define HAVE_MKTIME 1 +#define GETGROUPS_NOT_STANDARD 1 #endif /* For whiny users */ |