# HG changeset patch # User Dave Love # Date 974889451 0 # Node ID 539994bfd07d6e2c85487ff061827f761d57c084 # Parent 18bdfdee6b1573a99262298deeca4eec9220f893 (_LARGEFILE_SOURCE, _FILE_OFFSET_BITS): Don't define. diff -r 18bdfdee6b15 -r 539994bfd07d src/s/sol2-5.h --- a/src/s/sol2-5.h Wed Nov 22 09:25:17 2000 +0000 +++ b/src/s/sol2-5.h Wed Nov 22 10:37:31 2000 +0000 @@ -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