1 dnl configure.in for linux strongSwan
2 dnl Copyright (C) 2006 Martin Willi
3 dnl Hochschule fuer Technik Rapperswil
5 dnl This program is free software; you can redistribute it and/or modify it
6 dnl under the terms of the GNU General Public License as published by the
7 dnl Free Software Foundation; either version 2 of the License, or (at your
8 dnl option) any later version. See <http://www.fsf.org/copyleft/gpl.txt>.
10 dnl This program is distributed in the hope that it will be useful, but
11 dnl WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
12 dnl or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
15 dnl ===========================
16 dnl initialize & set some vars
17 dnl ===========================
19 AC_INIT(strongSwan,4.4.1)
20 AM_INIT_AUTOMAKE(tar-ustar)
21 AC_CONFIG_MACRO_DIR([m4/config])
24 dnl =================================
25 dnl check --enable-xxx & --with-xxx
26 dnl =================================
28 m4_include(m4/macros/with.m4)
30 ARG_WITH_SUBST([default-pkcs11], [/usr/lib/opensc-pkcs11.so], [set the default PKCS11 library])
31 ARG_WITH_SUBST([random-device], [/dev/random], [set the device to read real random data from])
32 ARG_WITH_SUBST([urandom-device], [/dev/urandom], [set the device to read pseudo random data from])
33 ARG_WITH_SUBST([strongswan-conf], [${sysconfdir}/strongswan.conf], [set the strongswan.conf file location])
34 ARG_WITH_SUBST([resolv-conf], [${sysconfdir}/resolv.conf], [set the file to use in DNS handler plugin])
35 ARG_WITH_SUBST([piddir], [/var/run], [set path for PID and UNIX socket files])
36 ARG_WITH_SUBST([ipsecdir], [${libexecdir%/}/ipsec], [set installation path for ipsec tools])
37 ARG_WITH_SUBST([plugindir], [${ipsecdir%/}/plugins], [set the installation path of plugins])
38 ARG_WITH_SUBST([nm-ca-dir], [/usr/share/ca-certificates], [directory the NM plugin uses to look up trusted root certificates])
39 ARG_WITH_SUBST([linux-headers], [\${top_srcdir}/src/include], [set directory of linux header files to use])
40 ARG_WITH_SUBST([routing-table], [220], [set routing table to use for IPsec routes])
41 ARG_WITH_SUBST([routing-table-prio], [220], [set priority for IPsec routing table])
43 ARG_WITH_SET([capabilities], [no], [set capability dropping library. Currently only the value "libcap" is supported])
44 ARG_WITH_SET([mpz_powm_sec], [yes], [use the more side-channel resistant mpz_powm_sec in libgmp, if available])
48 AS_HELP_STRING([--with-xauth-module=lib],[set the path to the XAUTH module]),
49 [AC_DEFINE_UNQUOTED(XAUTH_DEFAULT_LIB, "$withval")],
54 AS_HELP_STRING([--with-user=user],[change user of the daemons to "user" after startup (default is "root").]),
55 [AC_DEFINE_UNQUOTED(IPSEC_USER, "$withval") AC_SUBST(ipsecuser, "$withval")],
56 [AC_SUBST(ipsecuser, "root")]
61 AS_HELP_STRING([--with-group=group],[change group of the daemons to "group" after startup (default is "root").]),
62 [AC_DEFINE_UNQUOTED(IPSEC_GROUP, "$withval") AC_SUBST(ipsecgroup, "$withval")],
63 [AC_SUBST(ipsecgroup, "root")]
66 m4_include(m4/macros/enable-disable.m4)
68 ARG_ENABL_SET([curl], [enable CURL fetcher plugin to fetch files via libcurl. Requires libcurl.])
69 ARG_ENABL_SET([ldap], [enable LDAP fetching plugin to fetch files via libldap. Requires openLDAP.])
70 ARG_DISBL_SET([aes], [disable AES software implementation plugin.])
71 ARG_DISBL_SET([des], [disable DES/3DES software implementation plugin.])
72 ARG_ENABL_SET([blowfish], [enable Blowfish software implementation plugin.])
73 ARG_ENABL_SET([md4], [enable MD4 software implementation plugin.])
74 ARG_DISBL_SET([md5], [disable MD5 software implementation plugin.])
75 ARG_DISBL_SET([sha1], [disable SHA1 software implementation plugin.])
76 ARG_DISBL_SET([sha2], [disable SHA256/SHA384/SHA512 software implementation plugin.])
77 ARG_DISBL_SET([fips-prf], [disable FIPS PRF software implementation plugin.])
78 ARG_DISBL_SET([gmp], [disable GNU MP (libgmp) based crypto implementation plugin.])
79 ARG_DISBL_SET([random], [disable RNG implementation on top of /dev/(u)random.])
80 ARG_DISBL_SET([x509], [disable X509 certificate implementation plugin.])
81 ARG_DISBL_SET([pubkey], [disable RAW public key support plugin.])
82 ARG_DISBL_SET([pkcs1], [disable PKCS1 key decoding plugin.])
83 ARG_DISBL_SET([pgp], [disable PGP key decoding plugin.])
84 ARG_DISBL_SET([dnskey], [disable DNS RR key decoding plugin.])
85 ARG_DISBL_SET([pem], [disable PEM decoding plugin.])
86 ARG_DISBL_SET([hmac], [disable HMAC crypto implementation plugin.])
87 ARG_DISBL_SET([xcbc], [disable xcbc crypto implementation plugin.])
88 ARG_ENABL_SET([test-vectors], [enable plugin providing crypto test vectors.])
89 ARG_ENABL_SET([mysql], [enable MySQL database support. Requires libmysqlclient_r.])
90 ARG_ENABL_SET([sqlite], [enable SQLite database support. Requires libsqlite3.])
91 ARG_DISBL_SET([stroke], [disable charons stroke (pluto compatibility) configuration backend.])
92 ARG_ENABL_SET([medsrv], [enable mediation server web frontend and daemon plugin.])
93 ARG_ENABL_SET([medcli], [enable mediation client configuration database plugin.])
94 ARG_ENABL_SET([smp], [enable SMP configuration and control interface. Requires libxml.])
95 ARG_ENABL_SET([sql], [enable SQL database configuration backend.])
96 ARG_ENABL_SET([smartcard], [enable smartcard support.])
97 ARG_ENABL_SET([cisco-quirks], [enable support of Cisco VPN client.])
98 ARG_ENABL_SET([leak-detective], [enable malloc hooks to find memory leaks.])
99 ARG_ENABL_SET([lock-profiler], [enable lock/mutex profiling code.])
100 ARG_ENABL_SET([unit-tests], [enable unit tests on IKEv2 daemon startup.])
101 ARG_ENABL_SET([load-tester], [enable load testing plugin for IKEv2 daemon.])
102 ARG_ENABL_SET([eap-sim], [enable SIM authenication module for EAP.])
103 ARG_ENABL_SET([eap-sim-file], [enable EAP-SIM backend based on a triplet file.])
104 ARG_ENABL_SET([eap-simaka-pseudonym], [enable EAP-SIM/AKA pseudonym storage plugin.])
105 ARG_ENABL_SET([eap-simaka-reauth], [enable EAP-SIM/AKA reauthentication data storage plugin.])
106 ARG_ENABL_SET([eap-identity], [enable EAP module providing EAP-Identity helper.])
107 ARG_ENABL_SET([eap-md5], [enable EAP MD5 (CHAP) authenication module.])
108 ARG_ENABL_SET([eap-gtc], [enable PAM based EAP GTC authenication module.])
109 ARG_ENABL_SET([eap-aka], [enable EAP AKA authentication module.])
110 ARG_ENABL_SET([eap-aka-3gpp2], [enable EAP AKA backend implementing 3GPP2 algorithms in software. Requires libgmp.])
111 ARG_ENABL_SET([eap-mschapv2], [enable EAP MS-CHAPv2 authenication module.])
112 ARG_ENABL_SET([eap-radius], [enable RADIUS proxy authenication module.])
113 ARG_DISBL_SET([kernel-netlink], [disable the netlink kernel interface.])
114 ARG_ENABL_SET([kernel-pfkey], [enable the PF_KEY kernel interface.])
115 ARG_ENABL_SET([kernel-pfroute], [enable the PF_ROUTE kernel interface.])
116 ARG_ENABL_SET([kernel-klips], [enable the KLIPS kernel interface.])
117 ARG_DISBL_SET([socket-default], [disable default socket implementation for charon.])
118 ARG_ENABL_SET([socket-raw], [enable raw socket implementation of charon, enforced if pluto is enabled])
119 ARG_ENABL_SET([socket-dynamic], [enable dynamic socket implementation for charon])
120 ARG_ENABL_SET([farp], [enable ARP faking plugin that responds to ARP requests to peers virtual IP])
121 ARG_ENABL_SET([nat-transport], [enable NAT traversal with IPsec transport mode in pluto.])
122 ARG_DISBL_SET([vendor-id], [disable the sending of the strongSwan vendor ID in pluto.])
123 ARG_DISBL_SET([xauth-vid], [disable the sending of the XAUTH vendor ID.])
124 ARG_ENABL_SET([dumm], [enable the DUMM UML test framework.])
125 ARG_ENABL_SET([fast], [enable libfast (FastCGI Application Server w/ templates.])
126 ARG_ENABL_SET([manager], [enable web management console (proof of concept).])
127 ARG_ENABL_SET([mediation], [enable IKEv2 Mediation Extension.])
128 ARG_ENABL_SET([integrity-test], [enable integrity testing of libstrongswan and plugins.])
129 ARG_DISBL_SET([pluto], [disable the IKEv1 keying daemon pluto.])
130 ARG_DISBL_SET([xauth], [disable xauth plugin.])
131 ARG_DISBL_SET([threads], [disable the use of threads in pluto. Charon always uses threads.])
132 ARG_DISBL_SET([charon], [disable the IKEv2 keying daemon charon.])
133 ARG_DISBL_SET([tools], [disable additional utilities (openac, scepclient and pki).])
134 ARG_DISBL_SET([scripts], [disable additional utilities (found in directory scripts).])
135 ARG_DISBL_SET([updown], [disable updown firewall script plugin.])
136 ARG_DISBL_SET([attr], [disable strongswan.conf based configuration attribute plugin.])
137 ARG_ENABL_SET([attr-sql], [enable SQL based configuration attribute plugin.])
138 ARG_ENABL_SET([dhcp], [enable DHCP based attribute provider plugin.])
139 ARG_DISBL_SET([resolve], [disable resolve DNS handler plugin.])
140 ARG_ENABL_SET([padlock], [enables VIA Padlock crypto plugin.])
141 ARG_ENABL_SET([openssl], [enables the OpenSSL crypto plugin.])
142 ARG_ENABL_SET([gcrypt], [enables the libgcrypt plugin.])
143 ARG_ENABL_SET([agent], [enables the ssh-agent signing plugin.])
144 ARG_ENABL_SET([uci], [enable OpenWRT UCI configuration plugin.])
145 ARG_ENABL_SET([android], [enable Android specific plugin.])
146 ARG_ENABL_SET([nm], [enable NetworkManager plugin.])
147 ARG_ENABL_SET([ha], [enable high availability cluster plugin.])
148 ARG_ENABL_SET([vstr], [enforce using the Vstr string library to replace glibc-like printf hooks.])
149 ARG_ENABL_SET([monolithic], [build monolithic version of libstrongswan that includes all enabled plugins. Similarly, the plugins of charon are assembled in libcharon.])
151 dnl =========================
152 dnl set up compiler and flags
153 dnl =========================
155 if test -z "$CFLAGS"; then
156 CFLAGS="-g -O2 -Wall -Wno-format -Wno-pointer-sign -Wno-strict-aliasing"
162 dnl =========================
163 dnl check required programs
164 dnl =========================
172 AC_PATH_PROG([PERL], [perl], [], [$PATH:/bin:/usr/bin:/usr/local/bin])
173 AC_PATH_PROG([GPERF], [gperf], [], [$PATH:/bin:/usr/bin:/usr/local/bin])
175 dnl because gperf is not needed by end-users we just report it but do not abort on failure
176 AC_MSG_CHECKING([gperf version >= 3.0.0])
177 if test -x "$GPERF"; then
178 if test "`$GPERF --version | $AWK -F' ' '/^GNU gperf/ { print $3 }' | $AWK -F. '{ print $1 }'`" -ge "3"; then
184 AC_MSG_RESULT([not found])
187 dnl translate user/group to numercial ids
188 AC_MSG_CHECKING([for uid of user "$ipsecuser"])
189 ipsecuid=`id -u $ipsecuser 2>/dev/null`
190 if test -n "$ipsecuid"; then
191 AC_MSG_RESULT([$ipsecuid])
194 AC_MSG_ERROR([not found])
196 AC_MSG_CHECKING([for gid of group "$ipsecgroup"])
197 ipsecgid=`$EGREP "^$ipsecgroup:" /etc/group | $AWK -F: '{ print $3 }'`
198 if test -n "$ipsecgid"; then
199 AC_MSG_RESULT([$ipsecgid])
202 AC_MSG_ERROR([not found])
205 dnl =========================
206 dnl dependency calculation
207 dnl =========================
209 if test x$eap_aka_3gpp2 = xtrue; then
213 if test x$eap_aka = xtrue; then
218 if test x$eap_sim = xtrue; then
223 if test x$fips_prf = xtrue; then
224 if test x$openssl = xfalse; then
229 if test x$smp = xtrue; then
233 if test x$manager = xtrue; then
237 if test x$medsrv = xtrue; then
242 if test x$medcli = xtrue; then
246 if test x$pluto = xtrue; then
247 if test x$socket_raw = xfalse; then
248 AC_MSG_NOTICE([Enforcing --enable-socket-raw, as pluto is enabled])
250 if test x$socket_default_given = xfalse; then
256 dnl ===========================================
257 dnl check required libraries and header files
258 dnl ===========================================
263 dnl libraries needed on some platforms but not on others
264 dnl ====================================================
267 dnl FreeBSD and Mac OS X have dlopen integrated in libc, Linux needs libdl
269 AC_SEARCH_LIBS(dlopen, dl, [DLLIB=$LIBS])
272 dnl glibc's backtrace() can be replicated on FreeBSD with libexecinfo
274 AC_SEARCH_LIBS(backtrace, execinfo, [BTLIB=$LIBS])
275 AC_CHECK_FUNCS(backtrace)
278 dnl OpenSolaris needs libsocket and libnsl for socket()
280 AC_SEARCH_LIBS(socket, socket, [SOCKLIB=$LIBS],
281 [AC_CHECK_LIB(nsl, socket, [SOCKLIB="-lsocket -lnsl"], [], [-lsocket])]
285 dnl FreeBSD has clock_gettime in libc, Linux needs librt
287 AC_SEARCH_LIBS(clock_gettime, rt, [RTLIB=$LIBS])
288 AC_CHECK_FUNCS(clock_gettime)
291 dnl Android has pthread_* functions in bionic (libc), others need libpthread
293 AC_SEARCH_LIBS(pthread_create, pthread, [PTHREADLIB=$LIBS])
297 dnl ======================
299 AC_MSG_CHECKING(for dladdr)
305 [AC_MSG_RESULT([yes]); AC_DEFINE([HAVE_DLADDR])],
306 [AC_MSG_RESULT([no])]
309 dnl check if pthread_condattr_setclock(CLOCK_MONOTONE) is supported
312 AC_MSG_CHECKING([for pthread_condattr_setclock(CLOCK_MONOTONE)])
314 [#include <pthread.h>
315 int main() { pthread_condattr_t attr;
316 pthread_condattr_init(&attr);
317 return pthread_condattr_setclock(&attr, CLOCK_MONOTONIC);}],
318 [AC_MSG_RESULT([yes]); AC_DEFINE([HAVE_CONDATTR_CLOCK_MONOTONIC])],
319 [AC_MSG_RESULT([no])],
320 dnl Check existence of pthread_condattr_setclock if cross-compiling
321 [AC_MSG_RESULT([unknown]);
322 AC_CHECK_FUNCS(pthread_condattr_setclock,
323 [AC_DEFINE([HAVE_CONDATTR_CLOCK_MONOTONIC])]
326 dnl check if we actually are able to configure attributes on cond vars
327 AC_CHECK_FUNCS(pthread_condattr_init)
328 dnl instead of pthread_condattr_setclock Android has this function
329 AC_CHECK_FUNCS(pthread_cond_timedwait_monotonic)
330 dnl check if we can cancel threads
331 AC_CHECK_FUNCS(pthread_cancel)
332 dnl check if native rwlocks are available
333 AC_CHECK_FUNCS(pthread_rwlock_init)
336 AC_CHECK_FUNCS(prctl)
338 AC_CHECK_HEADERS(sys/sockio.h)
339 AC_CHECK_HEADERS(net/pfkeyv2.h netipsec/ipsec.h netinet6/ipsec.h linux/udp.h)
341 AC_CHECK_MEMBERS([struct sockaddr.sa_len], [], [],
343 #include <sys/types.h>
344 #include <sys/socket.h>
347 AC_CHECK_MEMBERS([struct sadb_x_policy.sadb_x_policy_priority], [], [],
349 #include <sys/types.h>
350 #ifdef HAVE_NET_PFKEYV2_H
351 #include <net/pfkeyv2.h>
354 #include <linux/pfkeyv2.h>
358 AC_MSG_CHECKING([for in6addr_any])
360 [#include <sys/types.h>
361 #include <sys/socket.h>
362 #include <netinet/in.h>],
363 [struct in6_addr in6;
365 [AC_MSG_RESULT([yes]); AC_DEFINE([HAVE_IN6ADDR_ANY])],
366 [AC_MSG_RESULT([no])]
369 AC_MSG_CHECKING([for in6_pktinfo])
372 #include <sys/types.h>
373 #include <sys/socket.h>
374 #include <netinet/in.h>],
375 [struct in6_pktinfo pi;
380 [AC_MSG_RESULT([yes]); AC_DEFINE([HAVE_IN6_PKTINFO])],
381 [AC_MSG_RESULT([no])]
384 AC_MSG_CHECKING([for IPSEC_MODE_BEET])
386 [#include <sys/types.h>
387 #ifdef HAVE_NETIPSEC_IPSEC_H
388 #include <netipsec/ipsec.h>
389 #elif defined(HAVE_NETINET6_IPSEC_H)
390 #include <netinet6/ipsec.h>
393 #include <linux/ipsec.h>
395 [int mode = IPSEC_MODE_BEET;
397 [AC_MSG_RESULT([yes]); AC_DEFINE([HAVE_IPSEC_MODE_BEET])],
398 [AC_MSG_RESULT([no])]
401 AC_MSG_CHECKING([for IPSEC_DIR_FWD])
403 [#include <sys/types.h>
404 #ifdef HAVE_NETIPSEC_IPSEC_H
405 #include <netipsec/ipsec.h>
406 #elif defined(HAVE_NETINET6_IPSEC_H)
407 #include <netinet6/ipsec.h>
410 #include <linux/ipsec.h>
412 [int dir = IPSEC_DIR_FWD;
414 [AC_MSG_RESULT([yes]); AC_DEFINE([HAVE_IPSEC_DIR_FWD])],
415 [AC_MSG_RESULT([no])]
418 AC_MSG_CHECKING([for gcc atomic operations])
422 volatile int ref = 1;
423 __sync_fetch_and_add (&ref, 1);
424 __sync_sub_and_fetch (&ref, 1);
425 /* Make sure test fails if operations are not supported */
426 __sync_val_compare_and_swap(&ref, 1, 0);
430 [AC_MSG_RESULT([yes]); AC_DEFINE(HAVE_GCC_ATOMIC_OPERATIONS)],
431 [AC_MSG_RESULT([no])],
432 [AC_MSG_RESULT([no])])
434 dnl check for the new register_printf_specifier function with len argument,
435 dnl or the deprecated register_printf_function without
437 [register_printf_specifier],
438 [AC_DEFINE(HAVE_PRINTF_SPECIFIER)],
440 [register_printf_function],
441 [AC_DEFINE(HAVE_PRINTF_FUNCTION)],
443 AC_MSG_NOTICE([printf does not support custom format specifiers!])
449 if test x$vstr = xtrue; then
450 AC_HAVE_LIBRARY([vstr],[LIBS="$LIBS"],[AC_MSG_ERROR([Vstr string library not found])])
454 if test x$gmp = xtrue; then
456 AC_HAVE_LIBRARY([gmp],,[AC_MSG_ERROR([GNU Multi Precision library gmp not found])])
457 AC_MSG_CHECKING([mpz_powm_sec])
458 if test x$mpz_powm_sec = xyes; then
462 void *x = mpz_powm_sec;
464 [AC_MSG_RESULT([yes]); AC_DEFINE(HAVE_MPZ_POWM_SEC)], [AC_MSG_RESULT([no])]
467 AC_MSG_RESULT([disabled])
470 AC_MSG_CHECKING([gmp.h version >= 4.1.4])
474 #if (__GNU_MP_VERSION*100 + __GNU_MP_VERSION_MINOR*10 + __GNU_MP_VERSION_PATCHLEVEL) < 414
478 [AC_MSG_RESULT([yes])], [AC_MSG_RESULT([no]); AC_MSG_ERROR([No usable gmp.h found!])]
482 if test x$ldap = xtrue; then
483 AC_HAVE_LIBRARY([ldap],[LIBS="$LIBS"],[AC_MSG_ERROR([LDAP library ldap not found])])
484 AC_HAVE_LIBRARY([lber],[LIBS="$LIBS"],[AC_MSG_ERROR([LDAP library lber not found])])
485 AC_CHECK_HEADER([ldap.h],,[AC_MSG_ERROR([LDAP header ldap.h not found!])])
488 if test x$curl = xtrue; then
489 AC_HAVE_LIBRARY([curl],[LIBS="$LIBS"],[AC_MSG_ERROR([CURL library curl not found])])
490 AC_CHECK_HEADER([curl/curl.h],,[AC_MSG_ERROR([CURL header curl/curl.h not found!])])
493 if test x$xml = xtrue; then
494 PKG_CHECK_MODULES(xml, [libxml-2.0])
499 if test x$dumm = xtrue; then
500 PKG_CHECK_MODULES(gtk, [gtk+-2.0 vte])
503 AC_CHECK_PROGS(RUBY, ruby)
504 AC_MSG_CHECKING([for Ruby header files])
505 if test -n "$RUBY"; then
506 RUBYDIR=`($RUBY -rmkmf -e 'print Config::CONFIG[["archdir"]] || $archdir') 2>/dev/null`
507 if test -n "$RUBYDIR"; then
511 if test -r $i/ruby.h; then
517 if test x"$RUBYINCLUDE" = xnone; then
518 AC_MSG_ERROR([ruby.h not found])
520 AC_SUBST(RUBYINCLUDE)
522 AC_MSG_ERROR([unable to determine ruby configuration])
525 AC_MSG_ERROR([don't know how to run ruby])
529 if test x$fast = xtrue; then
530 AC_HAVE_LIBRARY([neo_cgi],[LIBS="$LIBS"],[AC_MSG_ERROR([ClearSilver library neo_cgi not found!])])
531 AC_HAVE_LIBRARY([neo_utl],[LIBS="$LIBS"],[AC_MSG_ERROR([ClearSilver library neo_utl not found!])])
532 AC_HAVE_LIBRARY([z],[LIBS="$LIBS"],[AC_MSG_ERROR([ClearSilver dependency zlib not found!])])
533 dnl autoconf does not like CamelCase!? How to fix this?
534 dnl AC_CHECK_HEADER([ClearSilver/ClearSilver.h],,[AC_MSG_ERROR([ClearSilver header file ClearSilver/ClearSilver.h not found!])])
536 AC_HAVE_LIBRARY([fcgi],[LIBS="$LIBS"],[AC_MSG_ERROR([FastCGI library fcgi not found!])])
537 AC_CHECK_HEADER([fcgiapp.h],,[AC_MSG_ERROR([FastCGI header file fcgiapp.h not found!])])
540 if test x$mysql = xtrue; then
541 AC_PATH_PROG([MYSQLCONFIG], [mysql_config], [], [$PATH:/bin:/usr/bin:/usr/local/bin])
542 if test x$MYSQLCONFIG = x; then
543 AC_MSG_ERROR([mysql_config not found!])
545 AC_SUBST(MYSQLLIB, `$MYSQLCONFIG --libs_r`)
546 AC_SUBST(MYSQLCFLAG, `$MYSQLCONFIG --cflags`)
549 if test x$sqlite = xtrue; then
550 AC_HAVE_LIBRARY([sqlite3],[LIBS="$LIBS"],[AC_MSG_ERROR([SQLite library sqlite3 not found])])
551 AC_CHECK_HEADER([sqlite3.h],,[AC_MSG_ERROR([SQLite header sqlite3.h not found!])])
552 AC_MSG_CHECKING([sqlite3_prepare_v2])
554 [#include <sqlite3.h>],
556 void *test = sqlite3_prepare_v2;
558 [AC_MSG_RESULT([yes])]; AC_DEFINE_UNQUOTED(HAVE_SQLITE3_PREPARE_V2, 1), [AC_MSG_RESULT([no])])
559 AC_MSG_CHECKING([sqlite3.h version >= 3.3.1])
561 [#include <sqlite3.h>],
563 #if SQLITE_VERSION_NUMBER < 3003001
567 [AC_MSG_RESULT([yes])], [AC_MSG_RESULT([no]); AC_MSG_ERROR([SQLite version >= 3.3.1 required!])])
570 if test x$openssl = xtrue; then
571 AC_HAVE_LIBRARY([crypto],[LIBS="$LIBS"],[AC_MSG_ERROR([OpenSSL crypto library not found])])
572 AC_CHECK_HEADER([openssl/evp.h],,[AC_MSG_ERROR([OpenSSL header openssl/evp.h not found!])])
575 if test x$gcrypt = xtrue; then
576 AC_HAVE_LIBRARY([gcrypt],[LIBS="$LIBS"],[AC_MSG_ERROR([gcrypt library not found])],[-lgpg-error])
577 AC_CHECK_HEADER([gcrypt.h],,[AC_MSG_ERROR([gcrypt header gcrypt.h not found!])])
578 AC_MSG_CHECKING([gcrypt CAMELLIA cipher])
580 [#include <gcrypt.h>],
581 [enum gcry_cipher_algos alg = GCRY_CIPHER_CAMELLIA128;],
582 [AC_MSG_RESULT([yes]); AC_DEFINE([HAVE_GCRY_CIPHER_CAMELLIA])],
583 [AC_MSG_RESULT([no])]
587 if test x$uci = xtrue; then
588 AC_HAVE_LIBRARY([uci],[LIBS="$LIBS"],[AC_MSG_ERROR([UCI library libuci not found])])
589 AC_CHECK_HEADER([uci.h],,[AC_MSG_ERROR([UCI header uci.h not found!])])
592 if test x$android = xtrue; then
593 AC_HAVE_LIBRARY([cutils],[LIBS="$LIBS"],[AC_MSG_ERROR([Android library libcutils not found])])
594 AC_CHECK_HEADER([cutils/properties.h],,[AC_MSG_ERROR([Android header cutils/properties.h not found!])])
595 dnl we have to force the use of libdl here because the autodetection
596 dnl above does not work correctly when cross-compiling for android.
601 if test x$nm = xtrue; then
602 PKG_CHECK_EXISTS([libnm-glib],
603 [PKG_CHECK_MODULES(nm, [NetworkManager gthread-2.0 libnm-glib libnm-glib-vpn])],
604 [PKG_CHECK_MODULES(nm, [NetworkManager gthread-2.0 libnm_glib libnm_glib_vpn])]
610 if test x$eap_gtc = xtrue; then
611 AC_HAVE_LIBRARY([pam],[LIBS="$LIBS"],[AC_MSG_ERROR([PAM library not found])])
612 AC_CHECK_HEADER([security/pam_appl.h],,[AC_MSG_ERROR([PAM header security/pam_appl.h not found!])])
615 if test x$capabilities = xlibcap; then
616 AC_HAVE_LIBRARY([cap],[LIBS="$LIBS"],[AC_MSG_ERROR([libcap library not found])])
617 AC_CHECK_HEADER([sys/capability.h],,[AC_MSG_ERROR([libcap header sys/capability.h not found!])])
620 if test x$integrity_test = xtrue; then
621 AC_MSG_CHECKING([for dladdr()])
625 [Dl_info info; dladdr(main, &info);],
626 [AC_MSG_RESULT([yes])], [AC_MSG_RESULT([no]);
627 AC_MSG_ERROR([dladdr() not supported, required by integrity-test!])]
629 AC_MSG_CHECKING([for dl_iterate_phdr()])
633 [dl_iterate_phdr((void*)0, (void*)0);],
634 [AC_MSG_RESULT([yes])], [AC_MSG_RESULT([no]);
635 AC_MSG_ERROR([dl_iterate_phdr() not supported, required by integrity-test!])]
639 dnl ==========================================================
640 dnl collect all plugins for libstrongswan, libhydra and pluto
641 dnl ==========================================================
643 libstrongswan_plugins=
647 if test x$test_vectors = xtrue; then
648 libstrongswan_plugins=${libstrongswan_plugins}" test-vectors"
649 pluto_plugins=${pluto_plugins}" test-vectors"
651 if test x$curl = xtrue; then
652 libstrongswan_plugins=${libstrongswan_plugins}" curl"
653 pluto_plugins=${pluto_plugins}" curl"
655 if test x$ldap = xtrue; then
656 libstrongswan_plugins=${libstrongswan_plugins}" ldap"
657 pluto_plugins=${pluto_plugins}" ldap"
659 if test x$aes = xtrue; then
660 libstrongswan_plugins=${libstrongswan_plugins}" aes"
661 pluto_plugins=${pluto_plugins}" aes"
663 if test x$des = xtrue; then
664 libstrongswan_plugins=${libstrongswan_plugins}" des"
665 pluto_plugins=${pluto_plugins}" des"
667 if test x$blowfish = xtrue; then
668 libstrongswan_plugins=${libstrongswan_plugins}" blowfish"
669 pluto_plugins=${pluto_plugins}" blowfish"
671 if test x$sha1 = xtrue; then
672 libstrongswan_plugins=${libstrongswan_plugins}" sha1"
673 pluto_plugins=${pluto_plugins}" sha1"
675 if test x$sha2 = xtrue; then
676 libstrongswan_plugins=${libstrongswan_plugins}" sha2"
677 pluto_plugins=${pluto_plugins}" sha2"
679 if test x$md4 = xtrue; then
680 libstrongswan_plugins=${libstrongswan_plugins}" md4"
682 if test x$md5 = xtrue; then
683 libstrongswan_plugins=${libstrongswan_plugins}" md5"
684 pluto_plugins=${pluto_plugins}" md5"
686 if test x$random = xtrue; then
687 libstrongswan_plugins=${libstrongswan_plugins}" random"
688 pluto_plugins=${pluto_plugins}" random"
690 if test x$x509 = xtrue; then
691 libstrongswan_plugins=${libstrongswan_plugins}" x509"
692 pluto_plugins=${pluto_plugins}" x509"
694 if test x$pubkey = xtrue; then
695 libstrongswan_plugins=${libstrongswan_plugins}" pubkey"
696 pluto_plugins=${pluto_plugins}" pubkey"
698 if test x$pkcs1 = xtrue; then
699 libstrongswan_plugins=${libstrongswan_plugins}" pkcs1"
700 pluto_plugins=${pluto_plugins}" pkcs1"
702 if test x$pgp = xtrue; then
703 libstrongswan_plugins=${libstrongswan_plugins}" pgp"
704 pluto_plugins=${pluto_plugins}" pgp"
706 if test x$dnskey = xtrue; then
707 libstrongswan_plugins=${libstrongswan_plugins}" dnskey"
708 pluto_plugins=${pluto_plugins}" dnskey"
710 if test x$pem = xtrue; then
711 libstrongswan_plugins=${libstrongswan_plugins}" pem"
712 pluto_plugins=${pluto_plugins}" pem"
714 if test x$mysql = xtrue; then
715 libstrongswan_plugins=${libstrongswan_plugins}" mysql"
716 pluto_plugins=${pluto_plugins}" mysql"
718 if test x$sqlite = xtrue; then
719 libstrongswan_plugins=${libstrongswan_plugins}" sqlite"
720 pluto_plugins=${pluto_plugins}" sqlite"
722 if test x$padlock = xtrue; then
723 libstrongswan_plugins=${libstrongswan_plugins}" padlock"
725 if test x$openssl = xtrue; then
726 libstrongswan_plugins=${libstrongswan_plugins}" openssl"
727 pluto_plugins=${pluto_plugins}" openssl"
729 if test x$gcrypt = xtrue; then
730 libstrongswan_plugins=${libstrongswan_plugins}" gcrypt"
731 pluto_plugins=${pluto_plugins}" gcrypt"
733 if test x$fips_prf = xtrue; then
734 libstrongswan_plugins=${libstrongswan_plugins}" fips-prf"
736 if test x$xcbc = xtrue; then
737 libstrongswan_plugins=${libstrongswan_plugins}" xcbc"
739 if test x$hmac = xtrue; then
740 libstrongswan_plugins=${libstrongswan_plugins}" hmac"
741 pluto_plugins=${pluto_plugins}" hmac"
743 if test x$agent = xtrue; then
744 libstrongswan_plugins=${libstrongswan_plugins}" agent"
746 if test x$gmp = xtrue; then
747 libstrongswan_plugins=${libstrongswan_plugins}" gmp"
748 pluto_plugins=${pluto_plugins}" gmp"
750 if test x$xauth = xtrue; then
751 pluto_plugins=${pluto_plugins}" xauth"
753 if test x$attr = xtrue; then
754 libhydra_plugins=${libhydra_plugins}" attr"
756 if test x$attr_sql = xtrue -o x$sql = xtrue; then
757 libhydra_plugins=${libhydra_plugins}" attr-sql"
759 if test x$resolve = xtrue; then
760 libhydra_plugins=${libhydra_plugins}" resolve"
763 AC_SUBST(libstrongswan_plugins)
764 AC_SUBST(libhydra_plugins)
765 AC_SUBST(pluto_plugins)
767 dnl =========================
768 dnl set Makefile.am vars
769 dnl =========================
771 dnl libstrongswan plugins
772 dnl =====================
773 AM_CONDITIONAL(USE_TEST_VECTORS, test x$test_vectors = xtrue)
774 AM_CONDITIONAL(USE_CURL, test x$curl = xtrue)
775 AM_CONDITIONAL(USE_LDAP, test x$ldap = xtrue)
776 AM_CONDITIONAL(USE_AES, test x$aes = xtrue)
777 AM_CONDITIONAL(USE_DES, test x$des = xtrue)
778 AM_CONDITIONAL(USE_BLOWFISH, test x$blowfish = xtrue)
779 AM_CONDITIONAL(USE_MD4, test x$md4 = xtrue)
780 AM_CONDITIONAL(USE_MD5, test x$md5 = xtrue)
781 AM_CONDITIONAL(USE_SHA1, test x$sha1 = xtrue)
782 AM_CONDITIONAL(USE_SHA2, test x$sha2 = xtrue)
783 AM_CONDITIONAL(USE_FIPS_PRF, test x$fips_prf = xtrue)
784 AM_CONDITIONAL(USE_GMP, test x$gmp = xtrue)
785 AM_CONDITIONAL(USE_RANDOM, test x$random = xtrue)
786 AM_CONDITIONAL(USE_X509, test x$x509 = xtrue)
787 AM_CONDITIONAL(USE_PUBKEY, test x$pubkey = xtrue)
788 AM_CONDITIONAL(USE_PKCS1, test x$pkcs1 = xtrue)
789 AM_CONDITIONAL(USE_PGP, test x$pgp = xtrue)
790 AM_CONDITIONAL(USE_DNSKEY, test x$dnskey = xtrue)
791 AM_CONDITIONAL(USE_PEM, test x$pem = xtrue)
792 AM_CONDITIONAL(USE_HMAC, test x$hmac = xtrue)
793 AM_CONDITIONAL(USE_XCBC, test x$xcbc = xtrue)
794 AM_CONDITIONAL(USE_MYSQL, test x$mysql = xtrue)
795 AM_CONDITIONAL(USE_SQLITE, test x$sqlite = xtrue)
796 AM_CONDITIONAL(USE_PADLOCK, test x$padlock = xtrue)
797 AM_CONDITIONAL(USE_OPENSSL, test x$openssl = xtrue)
798 AM_CONDITIONAL(USE_GCRYPT, test x$gcrypt = xtrue)
799 AM_CONDITIONAL(USE_AGENT, test x$agent = xtrue)
803 AM_CONDITIONAL(USE_STROKE, test x$stroke = xtrue)
804 AM_CONDITIONAL(USE_MEDSRV, test x$medsrv = xtrue)
805 AM_CONDITIONAL(USE_MEDCLI, test x$medcli = xtrue)
806 AM_CONDITIONAL(USE_NM, test x$nm = xtrue)
807 AM_CONDITIONAL(USE_UCI, test x$uci = xtrue)
808 AM_CONDITIONAL(USE_ANDROID, test x$android = xtrue)
809 AM_CONDITIONAL(USE_SMP, test x$smp = xtrue)
810 AM_CONDITIONAL(USE_SQL, test x$sql = xtrue)
811 AM_CONDITIONAL(USE_UPDOWN, test x$updown = xtrue)
812 AM_CONDITIONAL(USE_DHCP, test x$dhcp = xtrue)
813 AM_CONDITIONAL(USE_UNIT_TESTS, test x$unit_tests = xtrue)
814 AM_CONDITIONAL(USE_LOAD_TESTER, test x$load_tester = xtrue)
815 AM_CONDITIONAL(USE_HA, test x$ha = xtrue)
816 AM_CONDITIONAL(USE_EAP_SIM, test x$eap_sim = xtrue)
817 AM_CONDITIONAL(USE_EAP_SIM_FILE, test x$eap_sim_file = xtrue)
818 AM_CONDITIONAL(USE_EAP_SIMAKA_PSEUDONYM, test x$eap_simaka_pseudonym = xtrue)
819 AM_CONDITIONAL(USE_EAP_SIMAKA_REAUTH, test x$eap_simaka_reauth = xtrue)
820 AM_CONDITIONAL(USE_EAP_IDENTITY, test x$eap_identity = xtrue)
821 AM_CONDITIONAL(USE_EAP_MD5, test x$eap_md5 = xtrue)
822 AM_CONDITIONAL(USE_EAP_GTC, test x$eap_gtc = xtrue)
823 AM_CONDITIONAL(USE_EAP_AKA, test x$eap_aka = xtrue)
824 AM_CONDITIONAL(USE_EAP_AKA_3GPP2, test x$eap_aka_3gpp2 = xtrue)
825 AM_CONDITIONAL(USE_EAP_MSCHAPV2, test x$eap_mschapv2 = xtrue)
826 AM_CONDITIONAL(USE_EAP_RADIUS, test x$eap_radius = xtrue)
827 AM_CONDITIONAL(USE_KERNEL_NETLINK, test x$kernel_netlink = xtrue)
828 AM_CONDITIONAL(USE_KERNEL_PFKEY, test x$kernel_pfkey = xtrue)
829 AM_CONDITIONAL(USE_KERNEL_PFROUTE, test x$kernel_pfroute = xtrue)
830 AM_CONDITIONAL(USE_KERNEL_KLIPS, test x$kernel_klips = xtrue)
831 AM_CONDITIONAL(USE_SOCKET_DEFAULT, test x$socket_default = xtrue)
832 AM_CONDITIONAL(USE_SOCKET_RAW, test x$socket_raw = xtrue)
833 AM_CONDITIONAL(USE_SOCKET_DYNAMIC, test x$socket_dynamic = xtrue)
834 AM_CONDITIONAL(USE_FARP, test x$farp = xtrue)
838 AM_CONDITIONAL(USE_ATTR, test x$attr = xtrue)
839 AM_CONDITIONAL(USE_ATTR_SQL, test x$attr_sql = xtrue -o x$sql = xtrue)
840 AM_CONDITIONAL(USE_RESOLVE, test x$resolve = xtrue)
844 AM_CONDITIONAL(USE_XAUTH, test x$xauth = xtrue)
848 AM_CONDITIONAL(USE_SMARTCARD, test x$smartcard = xtrue)
849 AM_CONDITIONAL(USE_CISCO_QUIRKS, test x$cisco_quirks = xtrue)
850 AM_CONDITIONAL(USE_LEAK_DETECTIVE, test x$leak_detective = xtrue)
851 AM_CONDITIONAL(USE_LOCK_PROFILER, test x$lock_profiler = xtrue)
852 AM_CONDITIONAL(USE_NAT_TRANSPORT, test x$nat_transport = xtrue)
853 AM_CONDITIONAL(USE_VENDORID, test x$vendor_id = xtrue)
854 AM_CONDITIONAL(USE_XAUTH_VID, test x$xauth_vid = xtrue)
855 AM_CONDITIONAL(USE_DUMM, test x$dumm = xtrue)
856 AM_CONDITIONAL(USE_FAST, test x$fast = xtrue)
857 AM_CONDITIONAL(USE_MANAGER, test x$manager = xtrue)
858 AM_CONDITIONAL(USE_ME, test x$mediation = xtrue)
859 AM_CONDITIONAL(USE_INTEGRITY_TEST, test x$integrity_test = xtrue)
860 AM_CONDITIONAL(USE_CAPABILITIES, test x$capabilities = xlibcap)
861 AM_CONDITIONAL(USE_PLUTO, test x$pluto = xtrue)
862 AM_CONDITIONAL(USE_THREADS, test x$threads = xtrue)
863 AM_CONDITIONAL(USE_CHARON, test x$charon = xtrue)
864 AM_CONDITIONAL(USE_TOOLS, test x$tools = xtrue)
865 AM_CONDITIONAL(USE_SCRIPTS, test x$scripts = xtrue)
866 AM_CONDITIONAL(USE_LIBSTRONGSWAN, test x$charon = xtrue -o x$pluto = xtrue -o x$tools = xtrue)
867 AM_CONDITIONAL(USE_LIBHYDRA, test x$charon = xtrue -o x$pluto = xtrue)
868 AM_CONDITIONAL(USE_FILE_CONFIG, test x$pluto = xtrue -o x$stroke = xtrue)
869 AM_CONDITIONAL(USE_VSTR, test x$vstr = xtrue)
870 AM_CONDITIONAL(USE_SIMAKA, test x$simaka = xtrue)
871 AM_CONDITIONAL(MONOLITHIC, test x$monolithic = xtrue)
873 dnl ==============================
874 dnl set global definitions
875 dnl ==============================
877 if test x$mediation = xtrue; then
880 if test x$capabilities = xlibcap; then
881 AC_DEFINE(CAPABILITIES)
883 if test x$monolithic = xtrue; then
884 AC_DEFINE(MONOLITHIC)
888 dnl ==============================
890 dnl ==============================
896 src/libstrongswan/Makefile
897 src/libstrongswan/plugins/aes/Makefile
898 src/libstrongswan/plugins/des/Makefile
899 src/libstrongswan/plugins/blowfish/Makefile
900 src/libstrongswan/plugins/md4/Makefile
901 src/libstrongswan/plugins/md5/Makefile
902 src/libstrongswan/plugins/sha1/Makefile
903 src/libstrongswan/plugins/sha2/Makefile
904 src/libstrongswan/plugins/fips_prf/Makefile
905 src/libstrongswan/plugins/gmp/Makefile
906 src/libstrongswan/plugins/random/Makefile
907 src/libstrongswan/plugins/hmac/Makefile
908 src/libstrongswan/plugins/xcbc/Makefile
909 src/libstrongswan/plugins/x509/Makefile
910 src/libstrongswan/plugins/pubkey/Makefile
911 src/libstrongswan/plugins/pkcs1/Makefile
912 src/libstrongswan/plugins/pgp/Makefile
913 src/libstrongswan/plugins/dnskey/Makefile
914 src/libstrongswan/plugins/pem/Makefile
915 src/libstrongswan/plugins/curl/Makefile
916 src/libstrongswan/plugins/ldap/Makefile
917 src/libstrongswan/plugins/mysql/Makefile
918 src/libstrongswan/plugins/sqlite/Makefile
919 src/libstrongswan/plugins/padlock/Makefile
920 src/libstrongswan/plugins/openssl/Makefile
921 src/libstrongswan/plugins/gcrypt/Makefile
922 src/libstrongswan/plugins/agent/Makefile
923 src/libstrongswan/plugins/test_vectors/Makefile
924 src/libhydra/Makefile
925 src/libhydra/plugins/attr/Makefile
926 src/libhydra/plugins/attr_sql/Makefile
927 src/libhydra/plugins/resolve/Makefile
928 src/libfreeswan/Makefile
929 src/libsimaka/Makefile
931 src/pluto/plugins/xauth/Makefile
934 src/libcharon/Makefile
935 src/libcharon/plugins/eap_aka/Makefile
936 src/libcharon/plugins/eap_aka_3gpp2/Makefile
937 src/libcharon/plugins/eap_identity/Makefile
938 src/libcharon/plugins/eap_md5/Makefile
939 src/libcharon/plugins/eap_gtc/Makefile
940 src/libcharon/plugins/eap_sim/Makefile
941 src/libcharon/plugins/eap_sim_file/Makefile
942 src/libcharon/plugins/eap_simaka_pseudonym/Makefile
943 src/libcharon/plugins/eap_simaka_reauth/Makefile
944 src/libcharon/plugins/eap_mschapv2/Makefile
945 src/libcharon/plugins/eap_radius/Makefile
946 src/libcharon/plugins/kernel_netlink/Makefile
947 src/libcharon/plugins/kernel_pfkey/Makefile
948 src/libcharon/plugins/kernel_pfroute/Makefile
949 src/libcharon/plugins/kernel_klips/Makefile
950 src/libcharon/plugins/socket_default/Makefile
951 src/libcharon/plugins/socket_raw/Makefile
952 src/libcharon/plugins/socket_dynamic/Makefile
953 src/libcharon/plugins/farp/Makefile
954 src/libcharon/plugins/smp/Makefile
955 src/libcharon/plugins/sql/Makefile
956 src/libcharon/plugins/medsrv/Makefile
957 src/libcharon/plugins/medcli/Makefile
958 src/libcharon/plugins/nm/Makefile
959 src/libcharon/plugins/uci/Makefile
960 src/libcharon/plugins/ha/Makefile
961 src/libcharon/plugins/android/Makefile
962 src/libcharon/plugins/stroke/Makefile
963 src/libcharon/plugins/updown/Makefile
964 src/libcharon/plugins/dhcp/Makefile
965 src/libcharon/plugins/unit_tester/Makefile
966 src/libcharon/plugins/load_tester/Makefile
971 src/_updown_espmark/Makefile
972 src/_copyright/Makefile
974 src/scepclient/Makefile
977 src/dumm/ext/extconf.rb
981 src/checksum/Makefile