Remove more libio.
authorRichard Henderson <rth@gcc.gnu.org>
Mon, 5 Feb 2001 19:05:13 +0000 (11:05 -0800)
committerRichard Henderson <rth@gcc.gnu.org>
Mon, 5 Feb 2001 19:05:13 +0000 (11:05 -0800)
From-SVN: r39462

libio/config/beos.mt [deleted file]
libio/config/dgux.mt [deleted file]
libio/config/hpux.mt [deleted file]
libio/config/isc.mt [deleted file]

diff --git a/libio/config/beos.mt b/libio/config/beos.mt
deleted file mode 100644 (file)
index 9e3c519..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-# Use the libio which comes with the local libc.
-
-# Comment this out to avoid including the stdio functions in libiostream.a:
-# LIBIOSTREAM_OBJECTS = $(IO_OBJECTS) $(IOSTREAM_OBJECTS) $(STDIO_WRAP_OBJECTS) $(OSPRIM_OBJECTS)
-# LIBIOSTREAM_DEP = $(LIBIOSTREAM_OBJECTS) stdio.list
-# LIBIOSTREAM_USE = $(LIBIOSTREAM_OBJECTS) `cat stdio.list`
-
-# Comment the above and uncomment the below to use the code in the Linux libc:
-# We have _G_config.h in /usr/include.
-_G_CONFIG_H=
-
-# We must not see the libio.h file from this library.
-LIBIO_INCLUDE=
-
-# We have those in libc.a.
-IO_OBJECTS= iogetline.o
-STDIO_WRAP_OBJECTS=
-OSPRIM_OBJECTS=
-STDIO_OBJECTS=
-
-# We have the rest in /usr/include.
-USER_INCLUDES=PlotFile.h SFile.h builtinbuf.h editbuf.h fstream.h \
-       indstream.h iomanip.h iostream.h istream.h ostream.h \
-       parsestream.h pfstream.h procbuf.h stdiostream.h stream.h \
-       streambuf.h strfile.h strstream.h
diff --git a/libio/config/dgux.mt b/libio/config/dgux.mt
deleted file mode 100644 (file)
index 4731ef5..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-# Use the libio which comes with the local libc.
-
-# Comment this out to avoid including the stdio functions in libiostream.a:
-# LIBIOSTREAM_OBJECTS = $(IO_OBJECTS) $(IOSTREAM_OBJECTS) $(STDIO_WRAP_OBJECTS) $(OSPRIM_OBJECTS)
-# LIBIOSTREAM_DEP = $(LIBIOSTREAM_OBJECTS) stdio.list
-# LIBIOSTREAM_USE = $(LIBIOSTREAM_OBJECTS) `cat stdio.list`
-
-# Comment the above and uncomment the below to use the code in the Linux libc:
-# We have _G_config.h in /usr/include.
-_G_CONFIG_H=
-
-# We must not see the libio.h file from this library.
-LIBIO_INCLUDE=
-
-# We have those in libc.a.
-IO_OBJECTS= iogetline.o
-STDIO_WRAP_OBJECTS=
-OSPRIM_OBJECTS=
-STDIO_OBJECTS=
-
-# We have the rest in /usr/include.
-USER_INCLUDES=PlotFile.h SFile.h builtinbuf.h editbuf.h fstream.h \
-       indstream.h iomanip.h iostream.h istream.h ostream.h \
-       parsestream.h pfstream.h procbuf.h stdiostream.h stream.h \
-       streambuf.h strfile.h strstream.h
diff --git a/libio/config/hpux.mt b/libio/config/hpux.mt
deleted file mode 100644 (file)
index fc95afa..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-# Flags to pass to gen-params when building _G_config.h.
-# For example: G_CONFIG_ARGS = size_t="unsigned long"
-G_CONFIG_ARGS = DOLLAR_IN_LABEL=1
diff --git a/libio/config/isc.mt b/libio/config/isc.mt
deleted file mode 100644 (file)
index 15cbb8c..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-# Flags to pass to gen-params when building _G_config.h.
-# For example: G_CONFIG_ARGS = size_t="unsigned long"
-G_CONFIG_ARGS = pid_t="unsigned short" \
-  gid_t="unsigned short" uid_t="unsigned short"