diff options
Diffstat (limited to 'src/s')
| -rw-r--r-- | src/s/hpux10-20.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/s/hpux10-20.h b/src/s/hpux10-20.h index 6573c6f4ad4..fe47b3b5645 100644 --- a/src/s/hpux10-20.h +++ b/src/s/hpux10-20.h | |||
| @@ -134,6 +134,8 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 134 | 134 | ||
| 135 | #define LIBS_SYSTEM -l:libdld.sl | 135 | #define LIBS_SYSTEM -l:libdld.sl |
| 136 | 136 | ||
| 137 | #define LIB_STANDARD -lc | ||
| 138 | |||
| 137 | /* Rainer Malzbender <rainer@displaytech.com> says definining | 139 | /* Rainer Malzbender <rainer@displaytech.com> says definining |
| 138 | HAVE_XRMSETDATABASE allows Emacs to compile on HP-UX 10.20 | 140 | HAVE_XRMSETDATABASE allows Emacs to compile on HP-UX 10.20 |
| 139 | using GCC. */ | 141 | using GCC. */ |
| @@ -154,9 +156,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 154 | 156 | ||
| 155 | #undef _FILE_OFFSET_BITS | 157 | #undef _FILE_OFFSET_BITS |
| 156 | 158 | ||
| 157 | /* otherwise sigunblock wont be defined */ | ||
| 158 | #define POSIX_SIGNALS | ||
| 159 | |||
| 160 | /* Define NO_REMAP if memory segmentation makes it not work well | 159 | /* Define NO_REMAP if memory segmentation makes it not work well |
| 161 | to change the boundary between the text section and data section | 160 | to change the boundary between the text section and data section |
| 162 | when Emacs is dumped. If you define this, the preloaded Lisp | 161 | when Emacs is dumped. If you define this, the preloaded Lisp |