From: Nikos Mavrogiannopoulos Date: Sun, 4 Jan 2004 11:44:03 +0000 (+0000) Subject: the -D_REENTRANT is now used. X-Git-Tag: gnutls_1_1_5~6 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=005c843907bf90eafcaaad2e64d88cc8492bdca4;p=thirdparty%2Fgnutls.git the -D_REENTRANT is now used. --- diff --git a/NEWS b/NEWS index 4c1aff19e4..bf3186aa8f 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -Version 1.1.4 (04/01/2003) +Version 1.1.4 (04/01/2004) - Improved gnutls-cli's SRP behaviour in SRP ciphersuites. If they are of highest priority then the abreviated handshake is used. diff --git a/configure.in b/configure.in index c424aa8b35..30e2b3a3eb 100644 --- a/configure.in +++ b/configure.in @@ -57,6 +57,9 @@ case "${target}" in ;; esac +dnl In order to use the reentrant libc functions. +dnl I hope it is portable enough. +CFLAGS="${CFLAGS} -D_REENTRANT" opt_dmalloc_mode=no AC_MSG_CHECKING([whether in dmalloc mode])