diff options
| author | Richard M. Stallman | 1994-04-28 19:27:47 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-04-28 19:27:47 +0000 |
| commit | a1300baaf8c3bdf5ba485439ab604678cd04210f (patch) | |
| tree | 7529e598828c217507aa393b87122e7abbd641bb /src | |
| parent | 748a0e1f83055010e458ca6055e74a4bd7e0d0ea (diff) | |
| download | emacs-a1300baaf8c3bdf5ba485439ab604678cd04210f.tar.gz emacs-a1300baaf8c3bdf5ba485439ab604678cd04210f.zip | |
(LIBS_SYSTEM): #if 0'd.
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/sunos4-1.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/s/sunos4-1.h b/src/s/sunos4-1.h index cb1cf115c6c..241024249a8 100644 --- a/src/s/sunos4-1.h +++ b/src/s/sunos4-1.h | |||
| @@ -14,6 +14,11 @@ | |||
| 14 | /* Cause the compilation of oldxmenu to use the right -I option. */ | 14 | /* Cause the compilation of oldxmenu to use the right -I option. */ |
| 15 | #define OLDXMENU_OPTIONS CFLAGS=C_SWITCH_SYSTEM | 15 | #define OLDXMENU_OPTIONS CFLAGS=C_SWITCH_SYSTEM |
| 16 | 16 | ||
| 17 | #if 0 /* This isn't right. Apparently some sites do have -lresolv | ||
| 18 | but don't use that. On those systems, the code below loses. | ||
| 19 | There's no way to win automatically unless someone | ||
| 20 | figures out a way of determining automatically which way is right | ||
| 21 | on any given system. */ | ||
| 17 | /* Some systems do not run the Network Information Service, but have | 22 | /* Some systems do not run the Network Information Service, but have |
| 18 | modified the shared C library to include resolver support without | 23 | modified the shared C library to include resolver support without |
| 19 | also changing the C archive library (/usr/lib/libc.a). If we | 24 | also changing the C archive library (/usr/lib/libc.a). If we |
| @@ -28,6 +33,7 @@ | |||
| 28 | #define LIBS_SYSTEM -lresolv | 33 | #define LIBS_SYSTEM -lresolv |
| 29 | #endif | 34 | #endif |
| 30 | /* #endif */ | 35 | /* #endif */ |
| 36 | #endif | ||
| 31 | 37 | ||
| 32 | #if 0 /* Not necessary, since SYSTEM_MALLOC is defined in sunos4-0.h. */ | 38 | #if 0 /* Not necessary, since SYSTEM_MALLOC is defined in sunos4-0.h. */ |
| 33 | /* Tell GNU malloc to compensate for a bug in localtime. */ | 39 | /* Tell GNU malloc to compensate for a bug in localtime. */ |