diff options
| author | Richard M. Stallman | 1994-04-14 17:10:14 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-04-14 17:10:14 +0000 |
| commit | d70c8f3052a06279cb7101fc1b521a7800f83efe (patch) | |
| tree | 60a9c4bc50d0b216fadb5e73a16d3c9e7e63f2bd /src | |
| parent | 6717f691111dbeeee6ede368934406ee19ab4f94 (diff) | |
| download | emacs-d70c8f3052a06279cb7101fc1b521a7800f83efe.tar.gz emacs-d70c8f3052a06279cb7101fc1b521a7800f83efe.zip | |
(LIBS_SYSTEM): Defined.
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/isc4-0.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/s/isc4-0.h b/src/s/isc4-0.h index dd8816ba313..7b83d0d9db7 100644 --- a/src/s/isc4-0.h +++ b/src/s/isc4-0.h | |||
| @@ -6,3 +6,4 @@ | |||
| 6 | to clear the "POSIX process" flag on an exec. */ | 6 | to clear the "POSIX process" flag on an exec. */ |
| 7 | #define EXTRA_INITIALIZE __setostype (0) | 7 | #define EXTRA_INITIALIZE __setostype (0) |
| 8 | 8 | ||
| 9 | #define LIBS_SYSTEM -linet | ||