comparison src/s/hpux10-20.h @ 108226:9f224ef51d16

* s/hpux10-20.h (LIB_STANDARD): New definition. * Makefile.in (ORDINARY_LINK): Remove setting LIB_STANDARD based on it, not used anymore.
author Dan Nicolaescu <dann@ics.uci.edu>
date Mon, 03 May 2010 19:51:49 -0700
parents 1c3ecdb885b5
children de8de918fbab
comparison
equal deleted inserted replaced
108225:08020ac785a7 108226:9f224ef51d16
132 /* AlainF 20-Jul-1996 says this is right. */ 132 /* AlainF 20-Jul-1996 says this is right. */
133 #define KERNEL_FILE "/stand/vmunix" 133 #define KERNEL_FILE "/stand/vmunix"
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. */
140 142
141 #ifndef HAVE_XRMSETDATABASE 143 #ifndef HAVE_XRMSETDATABASE
151 configure. It fails on HPUX 11, at least, because it enables 153 configure. It fails on HPUX 11, at least, because it enables
152 header sections which lose when `static' is defined away, as it is 154 header sections which lose when `static' is defined away, as it is
153 on HP-UX. (You get duplicate symbol errors on linking). */ 155 on HP-UX. (You get duplicate symbol errors on linking). */
154 156
155 #undef _FILE_OFFSET_BITS 157 #undef _FILE_OFFSET_BITS
156
157 /* otherwise sigunblock wont be defined */
158 #define POSIX_SIGNALS
159 158
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
163 code will not be sharable; but that's better than failing completely. */ 162 code will not be sharable; but that's better than failing completely. */