ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/gvpe/configure.ac
(Generate patch)

Comparing gvpe/configure.ac (file contents):
Revision 1.13 by pcg, Wed Oct 15 00:34:18 2003 UTC vs.
Revision 1.14 by pcg, Wed Oct 15 01:35:45 2003 UTC

65 65
66AC_ARG_ENABLE(iftype, 66AC_ARG_ENABLE(iftype,
67 [AC_HELP_STRING(--enable-iftype[=TYPE/SUBTYPE], [ 67 [AC_HELP_STRING(--enable-iftype[=TYPE/SUBTYPE], [
68 Use kernel/net device interface TYPE/SUBTYPE. 68 Use kernel/net device interface TYPE/SUBTYPE.
69 Working combinations are: 69 Working combinations are:
70 "native/linux" "tincd/linux" "tincd/freebsd"; 70 "native/linux"
71 "tincd/linux"
72 "tincd/freebsd";
71 Untested combinations are: 73 Untested combinations are:
72 "tincd/netbsd" "tincd/darwin" "tincd/solaris" 74 "tincd/netbsd"
75 "tincd/darwin"
76 "tincd/solaris"
73 "tincd/openbsd" "tincd/cygwin"; 77 "tincd/openbsd";
74 Broken combinations are: 78 Broken combinations are:
75 "native/cygwin"; 79 "tincd/cygwin";
76 The default is to autodetect. 80 The default is to autodetect.
77 ])], 81 ])],
78 [ 82 [
79 IFTYPE=`echo $enableval | sed s%/.*%%` 83 IFTYPE=`echo $enableval | sed s%/.*%%`
80 IFSUBTYPE=`echo $enableval | sed s%.*/%%` 84 IFSUBTYPE=`echo $enableval | sed s%.*/%%`
137AC_LANG(C++) 141AC_LANG(C++)
138AC_CHECK_HEADERS(ext/hash_map) 142AC_CHECK_HEADERS(ext/hash_map)
139 143
140dnl Checks for header files. 144dnl Checks for header files.
141AC_CHECK_HEADERS([fcntl.h inttypes.h limits.h malloc.h stdint.h strings.h syslog.h unistd.h \ 145AC_CHECK_HEADERS([fcntl.h inttypes.h limits.h malloc.h stdint.h strings.h syslog.h unistd.h \
142 sys/file.h sys/ioctl.h sys/param.h sys/time.h netinet/in_systm.h cygwin.h arpa/inet.h \ 146 sys/file.h sys/ioctl.h sys/param.h sys/time.h netinet/in_systm.h sys/cygwin.h arpa/inet.h \
143 sys/poll.h sys/mman.h netinet/in.h]) 147 sys/poll.h sys/mman.h netinet/in.h])
144AC_CHECK_HEADERS([net/ethernet.h net/if.h netinet/ip.h netinet/tcp.h netinet/in_systm.h], [], [], 148AC_CHECK_HEADERS([net/ethernet.h net/if.h netinet/ip.h netinet/tcp.h netinet/in_systm.h], [], [],
145[ 149[
146#include <sys/types.h> 150#include <sys/types.h>
147#include <sys/socket.h> 151#include <sys/socket.h>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines