summaryrefslogtreecommitdiff
path: root/src/s
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1995-11-12 06:36:40 +0000
committerRichard M. Stallman <rms@gnu.org>1995-11-12 06:36:40 +0000
commit9b7603bc1d8c1636b5b761a6090c52bc5a12f18b (patch)
tree6060d6f884981e12ad0fb891577583782e94a1da /src/s
parent59407ddff648c33dd84df75f6d0cacd9513ac938 (diff)
downloademacs-9b7603bc1d8c1636b5b761a6090c52bc5a12f18b.tar.gz
(LIBS_STANDARD): Definition deleted.
Diffstat (limited to 'src/s')
-rw-r--r--src/s/usg5-4.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/s/usg5-4.h b/src/s/usg5-4.h
index 047ef10557a..7bcc4758e17 100644
--- a/src/s/usg5-4.h
+++ b/src/s/usg5-4.h
@@ -55,7 +55,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
/* there are no -lg libraries on this system, and no libPW */
#define LIBS_DEBUG
-#define LIBS_STANDARD -lc
+/* This is turned off because nobody actually uses LIBS_STANDARD (Nov 1995).
+ That name is a typo. The next step is to delete this entirely. */
+/* #define LIBS_STANDARD -lc */
/* No <sioctl.h> */