aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1995-11-12 06:36:40 +0000
committerRichard M. Stallman1995-11-12 06:36:40 +0000
commit08bc143c8b79a19157253962dff688c55fb993a4 (patch)
treee837c7ed1d90f2705c6f90b76f97ecd9b9530da5
parentc57bc20ffcd06f9a9c3222c92a400428304d31e3 (diff)
downloademacs-08bc143c8b79a19157253962dff688c55fb993a4.tar.gz
emacs-08bc143c8b79a19157253962dff688c55fb993a4.zip
(LIBS_STANDARD): Definition deleted.
-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. */
55/* there are no -lg libraries on this system, and no libPW */ 55/* there are no -lg libraries on this system, and no libPW */
56 56
57#define LIBS_DEBUG 57#define LIBS_DEBUG
58#define LIBS_STANDARD -lc 58/* This is turned off because nobody actually uses LIBS_STANDARD (Nov 1995).
59 That name is a typo. The next step is to delete this entirely. */
60/* #define LIBS_STANDARD -lc */
59 61
60/* No <sioctl.h> */ 62/* No <sioctl.h> */
61 63