From 6c138bfc02cc5f72b32d9644dd4f5b371d1e5b25 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 14 May 2002 18:09:34 +0000 Subject: 2002-05-14 Ralf Corsepius * sys/ioctl.h: Remove. * sys/sockio.h: Remove. * sys/filio.h: Remove. * sys/Makefile.am: Reflect changes above. * configure.ac: Take out *NETWORKING*. --- c/src/lib/include/Makefile.am | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'c/src/lib/include') diff --git a/c/src/lib/include/Makefile.am b/c/src/lib/include/Makefile.am index 23cae460d0..d334846f7e 100644 --- a/c/src/lib/include/Makefile.am +++ b/c/src/lib/include/Makefile.am @@ -49,9 +49,7 @@ PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems \ include_sysdir = $(includedir)/sys -if !HAS_NETWORKING -NETWORKING_H_FILES = sys/ioctl.h -endif +NETWORKING_H_FILES = sys/ioctl.h sys/sockio.h sys/filio.h if NEWLIB NEWLIB_H_FILES = sys/termios.h sys/cdefs.h -- cgit v1.2.3