* Makefile.in (ORDINARY_LINK): Remove setting LIB_STANDARD based
on it, not used anymore.
+2010-05-04 Dan Nicolaescu <dann@ics.uci.edu>
+
+ * s/hpux10-20.h (LIB_STANDARD): New definition.
+ * Makefile.in (ORDINARY_LINK): Remove setting LIB_STANDARD based
+ on it, not used anymore.
+
2010-05-03 Chong Yidong <cyd@stupidchicken.com>
* eval.c (internal_condition_case_n): Rename from
#undef register
/* Some machines do not find the standard C libraries in the usual place. */
-#ifndef ORDINARY_LINK
-#ifndef LIB_STANDARD
-#define LIB_STANDARD -lc
-#endif
-#else
#ifndef LIB_STANDARD
#define LIB_STANDARD
#endif
-#endif
/* Under GNUstep, putting libc on the link line causes problems. */
#ifdef NS_IMPL_GNUSTEP
#define LIBS_SYSTEM -l:libdld.sl
+#define LIB_STANDARD -lc
+
/* Rainer Malzbender <rainer@displaytech.com> says definining
HAVE_XRMSETDATABASE allows Emacs to compile on HP-UX 10.20
using GCC. */
#undef _FILE_OFFSET_BITS
-/* otherwise sigunblock wont be defined */
-#define POSIX_SIGNALS
-
/* Define NO_REMAP if memory segmentation makes it not work well
to change the boundary between the text section and data section
when Emacs is dumped. If you define this, the preloaded Lisp