Mercurial > emacs
changeset 33680:25ec88a3e9da
(_FILE_OFFSET_BITS): Undef.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Tue, 21 Nov 2000 15:52:41 +0000 |
parents | e12097493607 |
children | a529db20a4d8 |
files | src/s/hpux10.h |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/s/hpux10.h Tue Nov 21 14:37:02 2000 +0000 +++ b/src/s/hpux10.h Tue Nov 21 15:52:41 2000 +0000 @@ -45,3 +45,9 @@ (if you install them at all). So search that place. */ #define C_SWITCH_X_SYSTEM -I/usr/include/X11R6 -I/usr/include/X11R5 -I/usr/include/Motif1.2 -I/usr/contrib/X11R6/include -I/usr/contrib/X11R5/include #define LD_SWITCH_X_DEFAULT -L/usr/lib/X11R6 -L/usr/lib/X11R5 -L/usr/lib/Motif1.2 -L/usr/contrib/X11R5/lib + +/* 2000-11-21: Temporarily disable Unix 98 large file support, until + configure can really figure out if it works. It failed in + the pretest of 21.1 on hpux11. */ + +#undef _FILE_OFFSET_BITS