+2000-11-22 Dave Love <fx@gnu.org>
+
+ * s/sol2-5.h (_LARGEFILE_SOURCE, _FILE_OFFSET_BITS): Don't define.
+
2000-11-22 Miles Bader <miles@gnu.org>
* keyboard.c (Vminibuffer_message_timeout): New variable.
/* Handle Solaris 2.5. */
-/* Enable large-file support if available (Solaris 2.6 and later).
- Do this before including any system include file. */
-#ifndef _LARGEFILE_SOURCE
-#define _LARGEFILE_SOURCE 1
-#endif
-#ifndef _FILE_OFFSET_BITS
-#define _FILE_OFFSET_BITS 64
-#endif
-
#include "sol2-4.h"
/* -lgen is needed for the regex and regcmp functions