diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2017-10-10 15:47:33 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2017-10-10 15:47:33 +0300 |
commit | 101e808ef6befd81d519e6b4153bd1c386ff7a9e (patch) | |
tree | bc4806ef08903aff22928ae8853100fc9826d95f /custom.h | |
parent | c2d068517fa825ca7dfa800e9b65d28ddd90737b (diff) | |
download | egawk-101e808ef6befd81d519e6b4153bd1c386ff7a9e.tar.gz egawk-101e808ef6befd81d519e6b4153bd1c386ff7a9e.tar.bz2 egawk-101e808ef6befd81d519e6b4153bd1c386ff7a9e.zip |
Remove the --with-whiny-user-strftime configuration option.
Diffstat (limited to 'custom.h')
-rw-r--r-- | custom.h | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -48,11 +48,6 @@ #define HAVE_MKTIME 1 #endif -/* For whiny users */ -#ifdef USE_INCLUDED_STRFTIME -#undef HAVE_STRFTIME -#endif - /* For HP/UX with gcc */ #if defined(hpux) || defined(_HPUX_SOURCE) #undef HAVE_TZSET |