From f9a167c516c8bf5f9dfc076fa51eb60dc96c86fb Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Mon, 20 Nov 2000 20:17:36 +0000 Subject: Does some basic tasks. --- acconfig.h | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'acconfig.h') diff --git a/acconfig.h b/acconfig.h index 2db9b12f..724fd6ff 100644 --- a/acconfig.h +++ b/acconfig.h @@ -21,9 +21,13 @@ #define GPGME_CONFIG_H /* need this, because some autoconf tests rely on this (e.g. stpcpy) - * and it should be used for new programs - */ + * and it should be used for new programs */ #define _GNU_SOURCE 1 +/* To allow the use of gpgme in multithreaded programs we have to use + * special features from the library. + * IMPORTANT: gpgme is not yet fully reentrant and you should use it + * only from one thread. */ +#define _REENTRANT 1 @TOP@ -- cgit v1.2.3