aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.win32
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2006-02-07 10:26:20 +0000
committerJörg Mayer <jmayer@loplof.de>2006-02-07 10:26:20 +0000
commit83068a9b9d80617a3c478a512eaed169140a1734 (patch)
tree7f32c1c588df22a5e2cf4519f49b504be95c4b80 /config.h.win32
parentc24e4dd59752042d0b751b4b188d3e829e067453 (diff)
Paolo Abeni:
>There is still an issue into the HAVE_LIBGNUTLS macro definition. I'm >fixing it and cleaning a bit the windows side configuration. I hope to >post soon the fix. The attached patch should fix the issue. I missed to modify the config.win32 file and I misstyped a few macros name. svn path=/trunk/; revision=17200
Diffstat (limited to 'config.h.win32')
-rw-r--r--config.h.win323
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.win32 b/config.h.win32
index 9bda22e3bf..173466bc70 100644
--- a/config.h.win32
+++ b/config.h.win32
@@ -193,6 +193,9 @@
/* Define to use the Nettle library */
@HAVE_NETTLE@
+/* Define to use the gnutls library*/
+@HAVE_GNUTLS@
+
#ifndef WIN32
#define WIN32 1
#endif