aboutsummaryrefslogtreecommitdiffstats
path: root/src/s
diff options
context:
space:
mode:
authorDan Nicolaescu2010-05-03 19:51:49 -0700
committerDan Nicolaescu2010-05-03 19:51:49 -0700
commit7dff330b76dd3421febadb5e11509d36ddaf39ed (patch)
tree5e9b3f5adce92c87c4f78252d978daeae1ed003c /src/s
parentde95363823f20d1893e22fd8ff3a4347c1335e67 (diff)
downloademacs-7dff330b76dd3421febadb5e11509d36ddaf39ed.tar.gz
emacs-7dff330b76dd3421febadb5e11509d36ddaf39ed.zip
* s/hpux10-20.h (LIB_STANDARD): New definition.
* Makefile.in (ORDINARY_LINK): Remove setting LIB_STANDARD based on it, not used anymore.
Diffstat (limited to 'src/s')
-rw-r--r--src/s/hpux10-20.h5
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