diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | custom.h | 6 |
2 files changed, 5 insertions, 6 deletions
@@ -3,6 +3,11 @@ * custom.h (_GL_PURE): Move definition to here. Sigh. * dfa.h, dfa.c: Sync with GNU grep. Sigh. + Unrelated: + + * custom.h: Remove stuff for Ultrix 4.3. No one has such + systems anymore; this just got missed earlier. + 2014-05-11 Arnold D. Robbins <arnold@skeeve.com> * debug.c (do_eval): Repair fix of 2014-05-09 and use @@ -47,12 +47,6 @@ #define HAVE_MKTIME 1 #endif -/* For ULTRIX 4.3 */ -#ifdef ultrix -#define HAVE_MKTIME 1 -#define GETGROUPS_NOT_STANDARD 1 -#endif - /* For whiny users */ #ifdef USE_INCLUDED_STRFTIME #undef HAVE_STRFTIME |