From 92dd1b29e0d92a7c3443351d11938467727cc470 Mon Sep 17 00:00:00 2001 From: Dave Love Date: Wed, 22 Nov 2000 10:41:06 +0000 Subject: [PATCH] (_LARGEFILE_SOURCE, _FILE_OFFSET_BITS): Don't define. --- src/ChangeLog | 4 ++++ src/s/sol2-5.h | 9 --------- 2 files changed, 4 insertions(+), 9 deletions(-) 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 -- 2.39.2