aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2006-12-27 23:05:55 +0000
committerGerald Combs <gerald@wireshark.org>2006-12-27 23:05:55 +0000
commit2437fd2e778b10418e22917d32a2679b2203435a (patch)
treed3f8e772ec737813b09289115d67b06bcc849331 /configure.in
parent25862eff23f5981ca5764217346d7dfa62c1494e (diff)
Prepare to move the airpdcap code to epan/crypt (SVN won't let me actually
move the files until these changes are checked in). Add an AC_DEFINE for airpdcap (which will be removed once the changes have settled). Update the airpdcap code to compile on non-Windows systems. Fix up comments and whitespace to conform more closely to the rest of the code base. Verified to compile under Windows and OS X. svn path=/trunk/; revision=20227
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index b03164a3ed..67f58cd9ef 100644
--- a/configure.in
+++ b/configure.in
@@ -1047,6 +1047,12 @@ AC_SUBST(ADNS_LIBS)
#
AC_DEFINE(WS_VAR_IMPORT, extern, [Define as the string to precede external variable declarations in dynamically-linked libraries])
+#
+# Define HAVE_AIRPDCAP
+# We'll want to remove this eventually.
+#
+AC_DEFINE(HAVE_AIRPDCAP, 1, [Enable AirPDcap (WPA/WPA2 decryption)])
+
dnl Checks for typedefs, structures, and compiler characteristics.
# AC_C_CONST
@@ -1313,6 +1319,7 @@ AC_CONFIG_SUBDIRS(wiretap)
AC_OUTPUT(
Makefile
doxygen.cfg
+ airpdcap/Makefile
asn1/Makefile
doc/Makefile
epan/Makefile