diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2002-05-28 16:16:04 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2002-05-28 16:16:04 +0000 |
| commit | a8e8a853565fefbe2b8e3505c964bd33da4a0ede (patch) | |
| tree | e8d0c40d8e8a9dbbae96eed864bded3ff52e2e3a /contrib/libio/config/linux.mt | |
| parent | 00db7afddd93b9febd88ed0a8567dc3201852b70 (diff) | |
Notes
Diffstat (limited to 'contrib/libio/config/linux.mt')
| -rw-r--r-- | contrib/libio/config/linux.mt | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/contrib/libio/config/linux.mt b/contrib/libio/config/linux.mt deleted file mode 100644 index 9e3c519ed13b..000000000000 --- a/contrib/libio/config/linux.mt +++ /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 |
