]> git.eshelyaron.com Git - emacs.git/commitdiff
(_LARGEFILE_SOURCE, _FILE_OFFSET_BITS): Don't define.
authorDave Love <fx@gnu.org>
Wed, 22 Nov 2000 10:41:06 +0000 (10:41 +0000)
committerDave Love <fx@gnu.org>
Wed, 22 Nov 2000 10:41:06 +0000 (10:41 +0000)
src/ChangeLog
src/s/sol2-5.h

index f1da3f53227c7bddf65302a8d5d013920fe5cf6c..c5e20cdfa9ba833d224f62cb6b3122370993a804 100644 (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.
index 8b44a130149b32ea8567aff429f8ab641bb9d9cd..9931e97d375b30a4f9c705141b5acc33aca68e22 100644 (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