aboutsummaryrefslogtreecommitdiff
path: root/lib/setup.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-05-24 07:40:00 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-05-24 07:40:00 +0000
commit24420c21915ff74a8a13c284a1fa66aaff1e847b (patch)
tree91e9681abf5718a4fd8e6ebaae4726c83a957b12 /lib/setup.h
parent59f904d8de005755f87aa0a4312ab7570a62c6f7 (diff)
Simon Josefsson added a idn_free() function in libidn 0.4.5 as a reaction to
Gisle's previous mail. We now use this function, and thus we require libidn 0.4.5 or later. No earler version will do.
Diffstat (limited to 'lib/setup.h')
-rw-r--r--lib/setup.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/setup.h b/lib/setup.h
index 0bbdbd5b3..cff891436 100644
--- a/lib/setup.h
+++ b/lib/setup.h
@@ -304,6 +304,7 @@ typedef struct in_addr Curl_ipconnect;
/* This could benefit from additional checks that some of the used/important
header files are present as well before we define the USE_* define. */
#define USE_LIBIDN
+#define LIBIDN_REQUIRED_VERSION "0.4.5"
#endif
#endif /* __CONFIG_H */