diff options
| author | Richard M. Stallman | 1996-09-26 08:44:42 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1996-09-26 08:44:42 +0000 |
| commit | 5fc9cabd150fcf8d3afd389bb7fb20cbcc6a64ce (patch) | |
| tree | ada9dd45b7d533b862563f8454f4c9ef5fb190a0 /src/s | |
| parent | 6b4268b0b17fb58e636be0ed3a002b1139d3c9d5 (diff) | |
| download | emacs-5fc9cabd150fcf8d3afd389bb7fb20cbcc6a64ce.tar.gz emacs-5fc9cabd150fcf8d3afd389bb7fb20cbcc6a64ce.zip | |
(KERNEL_FILE): Redefine it here.
Diffstat (limited to 'src/s')
| -rw-r--r-- | src/s/hpux10.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/s/hpux10.h b/src/s/hpux10.h index 0c399f31294..32daf200a21 100644 --- a/src/s/hpux10.h +++ b/src/s/hpux10.h | |||
| @@ -13,6 +13,10 @@ | |||
| 13 | #define HPUX10 | 13 | #define HPUX10 |
| 14 | #define FORCE_ALLOCA_H | 14 | #define FORCE_ALLOCA_H |
| 15 | 15 | ||
| 16 | /* AlainF 20-Jul-1996 says this is right. */ | ||
| 17 | #undef KERNEL_FILE | ||
| 18 | #define KERNEL_FILE "/stand/vmunix" | ||
| 19 | |||
| 16 | #ifdef LIBS_SYSTEM | 20 | #ifdef LIBS_SYSTEM |
| 17 | #undef LIBS_SYSTEM | 21 | #undef LIBS_SYSTEM |
| 18 | #endif | 22 | #endif |