From: Dave Love Date: Wed, 22 Nov 2000 10:41:06 +0000 (+0000) Subject: (_LARGEFILE_SOURCE, _FILE_OFFSET_BITS): Don't define. X-Git-Tag: emacs-pretest-21.0.92~194 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=92dd1b29e0d92a7c3443351d11938467727cc470;p=emacs.git (_LARGEFILE_SOURCE, _FILE_OFFSET_BITS): Don't define. --- diff --git a/src/ChangeLog b/src/ChangeLog index f1da3f53227..c5e20cdfa9b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2000-11-22 Dave Love + + * s/sol2-5.h (_LARGEFILE_SOURCE, _FILE_OFFSET_BITS): Don't define. + 2000-11-22 Miles Bader * keyboard.c (Vminibuffer_message_timeout): New variable. diff --git a/src/s/sol2-5.h b/src/s/sol2-5.h index 8b44a130149..9931e97d375 100644 --- a/src/s/sol2-5.h +++ b/src/s/sol2-5.h @@ -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