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.16 by pcg, Wed Oct 15 06:06:41 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"
73 "native/cygwin";
71 Untested combinations are: 74 Untested combinations are:
72 "tincd/netbsd" "tincd/darwin" "tincd/solaris" 75 "tincd/netbsd"
76 "tincd/darwin"
77 "tincd/solaris"
73 "tincd/openbsd" "tincd/cygwin"; 78 "tincd/openbsd";
74 Broken combinations are: 79 Broken combinations are:
75 "native/cygwin"; 80 "tincd/cygwin";
76 The default is to autodetect. 81 The default is to autodetect.
77 ])], 82 ])],
78 [ 83 [
79 IFTYPE=`echo $enableval | sed s%/.*%%` 84 IFTYPE=`echo $enableval | sed s%/.*%%`
80 IFSUBTYPE=`echo $enableval | sed s%.*/%%` 85 IFSUBTYPE=`echo $enableval | sed s%.*/%%`
115 IFTYPE=tincd 120 IFTYPE=tincd
116 IFSUBTYPE=netbsd 121 IFSUBTYPE=netbsd
117 AC_DEFINE(HAVE_NETBSD, 1, [NetBSD]) 122 AC_DEFINE(HAVE_NETBSD, 1, [NetBSD])
118 ;; 123 ;;
119 *cygwin*) 124 *cygwin*)
120 IFTYPE=tincd 125 IFTYPE=native
121 IFSUBTYPE=cygwin 126 IFSUBTYPE=cygwin
122 AC_DEFINE(HAVE_CYGWIN, 1, [Cygwin]) 127 AC_DEFINE(HAVE_CYGWIN, 1, [Cygwin])
123 ;; 128 ;;
124 *) 129 *)
125 AC_MSG_ERROR("Unknown operating system.") 130 AC_MSG_ERROR("Unknown operating system.")
137AC_LANG(C++) 142AC_LANG(C++)
138AC_CHECK_HEADERS(ext/hash_map) 143AC_CHECK_HEADERS(ext/hash_map)
139 144
140dnl Checks for header files. 145dnl Checks for header files.
141AC_CHECK_HEADERS([fcntl.h inttypes.h limits.h malloc.h stdint.h strings.h syslog.h unistd.h \ 146AC_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 \ 147 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]) 148 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], [], [], 149AC_CHECK_HEADERS([net/ethernet.h net/if.h netinet/ip.h netinet/tcp.h netinet/in_systm.h], [], [],
145[ 150[
146#include <sys/types.h> 151#include <sys/types.h>
147#include <sys/socket.h> 152#include <sys/socket.h>
217 222
218AC_CACHE_SAVE 223AC_CACHE_SAVE
219 224
220dnl These are defined in files in m4/ 225dnl These are defined in files in m4/
221tinc_TUNTAP 226tinc_TUNTAP
227
222tinc_OPENSSL 228tinc_OPENSSL
229if test "x$openssl_include" != x; then
223CXXFLAGS="$CXXFLAGS -I$openssl_include" 230 CXXFLAGS="$CXXFLAGS -I$openssl_include"
231fi
224dnl tinc_ZLIB 232dnl tinc_ZLIB
225 233
226AC_ARG_ENABLE(rohc, 234AC_ARG_ENABLE(rohc,
227 [AC_HELP_STRING(--enable-rohc, [enable robust header compression (rfc3095).])], 235 [AC_HELP_STRING(--enable-rohc, [enable robust header compression (rfc3095).])],
228 [ 236 [

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines