comparison packages/net/common/current/include/network.h @ 854:5fd2f1ac9c80

* include/network.h: Added include of pkgconf/io_eth_drivers.h since the recent move of CYGHWR_NET_DRIVERS prevented some tests building. This fixes the problem. * tests/dhcp_test2.c: Sorted out ifdefs so that this test builds when DHCP is disabled. * cdl/net.cdl: Reinstated dhcp_test2 into list of tests: it was accidentally removed in the 2003-03-14 checkin.
author nickg
date Fri, 21 Mar 2003 18:14:35 +0000
parents e0c0827131d1
children db3e0a2fda2f
comparison
equal deleted inserted replaced
853:3131db84b89c 854:5fd2f1ac9c80
34 34
35 #define NO_LIBKERN_INLINE // Avoid kernel inline functions 35 #define NO_LIBKERN_INLINE // Avoid kernel inline functions
36 36
37 #include <pkgconf/system.h> 37 #include <pkgconf/system.h>
38 #include <pkgconf/net.h> 38 #include <pkgconf/net.h>
39 #include <pkgconf/io_eth_drivers.h>
39 #undef _KERNEL 40 #undef _KERNEL
40 #include <sys/param.h> 41 #include <sys/param.h>
41 #include <sys/socket.h> 42 #include <sys/socket.h>
42 #include <sys/ioctl.h> 43 #include <sys/ioctl.h>
43 #include <sys/errno.h> 44 #include <sys/errno.h>