summaryrefslogtreecommitdiffstats
path: root/c/src/exec/libcsupport
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-05-14 18:03:57 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-05-14 18:03:57 +0000
commitb7be6533db46775ed7e89091519d4a9d2f686a01 (patch)
treeb82970c040e6df4d3b8d43a7a120aefe112c4c45 /c/src/exec/libcsupport
parent2002-05-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-b7be6533db46775ed7e89091519d4a9d2f686a01.tar.bz2
2002-05-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* include/sys/ioctl.h: Relocated from libnetworking/sys. * include/sys/filio.h: Relocated from libnetworking/sys. * include/sys/sockio.h: Relocated from libnetworking/sys. * include/Makefile.am: Reflect changes above. * configure.ac: Take out *NETWORKING*.
Diffstat (limited to 'c/src/exec/libcsupport')
-rw-r--r--c/src/exec/libcsupport/configure.ac3
1 files changed, 0 insertions, 3 deletions
diff --git a/c/src/exec/libcsupport/configure.ac b/c/src/exec/libcsupport/configure.ac
index 7fb3fac175..db7ef7ae23 100644
--- a/c/src/exec/libcsupport/configure.ac
+++ b/c/src/exec/libcsupport/configure.ac
@@ -12,7 +12,6 @@ RTEMS_CANONICAL_TARGET_CPU
AM_INIT_AUTOMAKE([no-define foreign 1.6])
AM_MAINTAINER_MODE
-RTEMS_ENABLE_NETWORKING
RTEMS_ENABLE_BARE
RTEMS_ENV_RTEMSBSP
@@ -28,11 +27,9 @@ RTEMS_CANONICALIZE_TOOLS
RTEMS_CHECK_NEWLIB
RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP)
RTEMS_CHECK_MULTIPROCESSING(RTEMS_BSP)
-RTEMS_CHECK_NETWORKING(RTEMS_BSP)
AM_CONDITIONAL(UNIX,test x"$RTEMS_CPU" = x"unix")
AM_CONDITIONAL(NEWLIB,test x"$RTEMS_USE_NEWLIB" = x"yes")
-AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes")
AM_CONFIG_HEADER(libc/config.h)