diff options
author | Gerd Moellmann <gerd@gnu.org> | 2000-12-11 11:57:42 +0000 |
---|---|---|
committer | Gerd Moellmann <gerd@gnu.org> | 2000-12-11 11:57:42 +0000 |
commit | 94336851539927e33ea810f7d1979f06ccb11895 (patch) | |
tree | c97511af4f366210844ad2293f2e621fd408fab0 /src/s | |
parent | cdeb3e5aa7ea9e1a0fa415ec96aac74fd8fc5d3f (diff) | |
download | emacs-94336851539927e33ea810f7d1979f06ccb11895.tar.gz |
(_FILE_OFFSET_BITS): Do not undef.
Diffstat (limited to 'src/s')
-rw-r--r-- | src/s/hpux10.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/s/hpux10.h b/src/s/hpux10.h index a3ce0c7ef06..312058c26ff 100644 --- a/src/s/hpux10.h +++ b/src/s/hpux10.h @@ -45,9 +45,3 @@ (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 |