summaryrefslogtreecommitdiff
path: root/src/s/sol2-5.h
diff options
context:
space:
mode:
authorDave Love <fx@gnu.org>2000-11-22 10:37:31 +0000
committerDave Love <fx@gnu.org>2000-11-22 10:37:31 +0000
commit44ade5b4edb762be514548f46aa4a7314b6889b3 (patch)
tree43c5246d69a1f343124fd086314a08b0f6f517ab /src/s/sol2-5.h
parent20148d9aa55f6b81f9d45af9c2cfc6e1ef100e71 (diff)
downloademacs-44ade5b4edb762be514548f46aa4a7314b6889b3.tar.gz
(_LARGEFILE_SOURCE, _FILE_OFFSET_BITS): Don't define.
Diffstat (limited to 'src/s/sol2-5.h')
-rw-r--r--src/s/sol2-5.h9
1 files changed, 0 insertions, 9 deletions
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