summaryrefslogtreecommitdiff
path: root/src/ne_utils.h
diff options
context:
space:
mode:
authorjoe <joe@61a7d7f5-40b7-0310-9c16-bb0ea8cb1845>2006-03-07 09:36:43 +0000
committerjoe <joe@61a7d7f5-40b7-0310-9c16-bb0ea8cb1845>2006-03-07 09:36:43 +0000
commitb552f493356f0c520b5efb0fb1c5cdfcadb77f33 (patch)
treee8421644826a75d857f45c8ad2f913ab6135acf5 /src/ne_utils.h
parente04688b35b124918dd987b36ce1e141e47501113 (diff)
downloadneon-b552f493356f0c520b5efb0fb1c5cdfcadb77f33.tar.gz
* src/ne_utils.h (NE_FEATURE_I18N): Add macro.
* src/ne_utils.c (ne_has_support): Support NE_FEATURE_I18N. * test/util-tests.c (support): Test for NE_FEATURE_I18N. git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@990 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
Diffstat (limited to 'src/ne_utils.h')
-rw-r--r--src/ne_utils.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ne_utils.h b/src/ne_utils.h
index c753275..f08c71d 100644
--- a/src/ne_utils.h
+++ b/src/ne_utils.h
@@ -53,6 +53,7 @@ int ne_version_match(int major, int minor);
#define NE_FEATURE_LFS (4) /* large file support */
#define NE_FEATURE_SOCKS (5) /* SOCKSv5 support */
#define NE_FEATURE_TS_SSL (6) /* Thread-safe SSL/TLS support */
+#define NE_FEATURE_I18N (7) /* i18n error message support */
/* Returns non-zero if neon has support for given feature code
* NE_FEATURE_*. */