[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/src/s/sol2-5.h
From: |
Eli Zaretskii |
Subject: |
[Emacs-diffs] Changes to emacs/src/s/sol2-5.h |
Date: |
Wed, 05 Dec 2001 13:32:15 -0500 |
Index: emacs/src/s/sol2-5.h
diff -c emacs/src/s/sol2-5.h:1.12 emacs/src/s/sol2-5.h:1.13
*** emacs/src/s/sol2-5.h:1.12 Mon Nov 20 19:31:45 2000
--- emacs/src/s/sol2-5.h Wed Nov 22 05:37:31 2000
***************
*** 1,14 ****
/* 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
--- 1,5 ----
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] Changes to emacs/src/s/sol2-5.h,
Eli Zaretskii <=