diff options
Diffstat (limited to 'src/s/hpux10-20.h')
-rw-r--r-- | src/s/hpux10-20.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/s/hpux10-20.h b/src/s/hpux10-20.h index 8ea24fc4dc8..8411f74191b 100644 --- a/src/s/hpux10-20.h +++ b/src/s/hpux10-20.h @@ -227,16 +227,10 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ #undef random #undef HAVE_RANDOM -#define FORCE_ALLOCA_H - /* AlainF 20-Jul-1996 says this is right. */ #define KERNEL_FILE "/stand/vmunix" -#ifdef HPUX_NET -#define LIBS_SYSTEM -ln -l:libdld.sl -#else #define LIBS_SYSTEM -l:libdld.sl -#endif /* Rainer Malzbender <rainer@displaytech.com> says definining HAVE_XRMSETDATABASE allows Emacs to compile on HP-UX 10.20 |