(_LARGEFILE_SOURCE, _FILE_OFFSET_BITS): Don't define.

This commit is contained in:
Dave Love 2000-11-22 10:41:06 +00:00
parent 80e24c0411
commit 92dd1b29e0
2 changed files with 4 additions and 9 deletions

View file

@ -1,3 +1,7 @@
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.

View file

@ -1,14 +1,5 @@
/* 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