summaryrefslogtreecommitdiff
path: root/neon-config.in
Commit message (Collapse)AuthorAgeFilesLines
* Revert diff r1320:r1314.joe2008-02-061-21/+2
| | | | git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@1323 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
* Add libneon-gnutls support library to allow use of external signingjoe2008-01-311-2/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | callback with GnuTLS: * src/lib_gnutls.c, src/ne_gnutls.h, neon-gnutls.pc.in: New files. * src/ne_privssl.h (struct ne_ssl_context_s): Add sign_func, sign_data fields. * macros/neon.m4 (NEON_SSL): Define NE_SSL_LIBNAME; check for gnutls_sign_callback_set, add new exports NE_SSL_CFLAGS and NE_LIBSSL_LTFLAGS. Export NEON_LIBEXT in place of NEON_TARGET, NE_LIBNEON_LTFLAGS in place of NEON_LINK_FLAGS; * src/Makefile.in: Add and adjust targets to build libneon-gnutls iff configured with GnuTLS support. * Makefile.in (install-lib-ssl-no, install-lib-ssl-gnutls): New targets. * neon-config.in: Add --la-file=gnutls, --cflags=gnutls support. * src/ne_socket.c (ne_sock_connect_ssl): Set up the sign_func callback if non-NULL. * configure.in: Adjust for NEON_LINK_FLAGS rename. Define NE_LIBSSL_LTFLAGS. Generate neon-gnutls.pc. git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@1315 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
* * macros/neon.m4 (NEON_SSL): Define a feature macro for thread-safejoe2006-02-261-5/+6
| | | | | | | | | | | | | | | SSL support. * src/ne_utils.h: Add NE_FEATURE_TS_SSL feature code. * src/ne_utils.c (ne_has_support): Support it (or... not). * neon-config.in: Add feature code. * test/util-tests.c (support): Test for it. git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@953 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
* Implement support for internationalization of error message:joe2005-08-191-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * src/Makefile.in (NEON_BASEOBJS): Build ne_i18n.o. * src/ne_i18n.c: Include config.h, ne_i18n.h. (ne_i18n_init): Renamed from neon_i18n_init. * src/ne_i18n.h: Remove library-private definition of '_' and 'N_' macros. * src/ne_internal.h: New header; add definitions of _ and N_. * src/*.c: Update all sources to include ne_internal.h instead of ne_i18n.h. * po/: New directory. Add message catalog template and translated message catalogs extracted from sitecopy. * macros/neon-test.m4: Check for setlocale and locale.h. * test/common/tests.c: Include locale.h, ne_i18n.h. (main): Call setlocale and ne_i18n_init. * test/run.sh: By default disable i18n to allow checks for English error messages to succeed. * .release.sh: Compile the gmo files here. * macros/neon.m4 (NEON_I18N): Add macro. * configure.in: Use NEON_I18N. Define ALL_LINGUAS. git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@680 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
* * neon-config.in: Remove idna support flag.joe2005-04-241-2/+1
| | | | git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@593 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
* * neon-config.in: Fix syntax error.joe2005-04-141-2/+2
| | | | git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@563 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
* * neon-config.in (--libs): Don't print -L$libdir if $prefix==/usr.joe2005-02-111-5/+4
| | | | git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@477 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
* Merge trunk up to current neon CVS HEAD.joe2004-10-021-7/+9
| | | | git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@256 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
* Import neon 0.24.0 to begin 0.24.x branch.joe2004-10-021-0/+105
git-svn-id: http://svn.webdav.org/repos/projects/neon/branches/0.24.x@243 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845