diff options
Diffstat (limited to 'src/s')
| -rw-r--r-- | src/s/hpux10-20.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/s/hpux10-20.h b/src/s/hpux10-20.h index 3e25b1bd0d9..f1ae50c533a 100644 --- a/src/s/hpux10-20.h +++ b/src/s/hpux10-20.h | |||
| @@ -95,12 +95,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 95 | #define HAVE_XRMSETDATABASE | 95 | #define HAVE_XRMSETDATABASE |
| 96 | #endif | 96 | #endif |
| 97 | 97 | ||
| 98 | /* 2000-11-21: Temporarily disable Unix 98 large file support found by | ||
| 99 | configure. It fails on HPUX 11, at least, because it enables | ||
| 100 | header sections which lose when `static' is defined away, as it is | ||
| 101 | on HP-UX. (You get duplicate symbol errors on linking). */ | ||
| 102 | #undef _FILE_OFFSET_BITS | ||
| 103 | |||
| 104 | /* Conservative garbage collection has not been tested, so for now | 98 | /* Conservative garbage collection has not been tested, so for now |
| 105 | play it safe and stick with the old-fashioned way of marking. */ | 99 | play it safe and stick with the old-fashioned way of marking. */ |
| 106 | #define GC_MARK_STACK GC_USE_GCPROS_AS_BEFORE | 100 | #define GC_MARK_STACK GC_USE_GCPROS_AS_BEFORE |