Mercurial > emacs
changeset 19795:319a43900b56
Test __OpenBSD__ along with __NetBSD__.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 07 Sep 1997 05:25:37 +0000 |
parents | 3f3165285c1b |
children | ea31f3e716e8 |
files | src/m/pmax.h |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/m/pmax.h Sun Sep 07 05:14:46 1997 +0000 +++ b/src/m/pmax.h Sun Sep 07 05:25:37 1997 +0000 @@ -27,13 +27,13 @@ #define START_FILES pre-crt0.o /usr/lib/cmplrs/cc/crt0.o #endif -#ifdef __NetBSD__ +#if defined (__NetBSD__) || defined (__OpenBSD__) #undef START_FILES #undef RUN_TIME_REMAP #define START_FILES pre-crt0.o /usr/lib/crt0.o #define CANNOT_DUMP #undef UNEXEC -#endif /* NetBSD */ +#endif /* NetBSD || OpenBSD */ /* Supposedly the following will overcome a kernel bug. */ #undef LD_SWITCH_MACHINE