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

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines