aboutsummaryrefslogtreecommitdiffstats
path: root/src/s/openbsd.h
diff options
context:
space:
mode:
authorThien-Thi Nguyen <[email protected]>2005-03-21 17:36:01 +0000
committerThien-Thi Nguyen <[email protected]>2005-03-21 17:36:01 +0000
commit32b939ead529324d6c5627fd24471b4e6efe88c5 (patch)
tree6c4667d21f373de6487449d412398adf8956d70c /src/s/openbsd.h
parent077f708503607474b08532510982c4f4aa36ec26 (diff)
(LD_SWITCH_SYSTEM_tmp): Define if undefined.
Diffstat (limited to 'src/s/openbsd.h')
-rw-r--r--src/s/openbsd.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/s/openbsd.h b/src/s/openbsd.h
index d3730324ce..39e48da39a 100644
--- a/src/s/openbsd.h
+++ b/src/s/openbsd.h
@@ -3,6 +3,13 @@
/* Mostly the same as NetBSD. */
#include "netbsd.h"
+/* This very-badly named symbol is conditionally defined in netbsd.h.
+ Better would be either to not need it in the first place, or to choose
+ a more descriptive name. */
+#ifndef LD_SWITCH_SYSTEM_tmp
+#define LD_SWITCH_SYSTEM_tmp /* empty */
+#endif
+
/* David Mazieres <[email protected]> says this
is necessary. Otherwise Emacs dumps core when run -nw. */
#undef LIBS_TERMCAP