mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
common: Remove two JNLIB_ macros (jnlib merge).
* configure.ac: Merge seperate jnlib checks. (HAVE_JNLIB_LOGGING): Remove. * common/logging.c, common/simple-pwquery.c (JNLIB_NEED_AFLOCAL): Rename to GNUPG_COMMON_NEED_AFLOCAL. Change all tests. -- Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
parent
17bcd08708
commit
575230d91b
24 changed files with 19 additions and 55 deletions
|
@ -31,7 +31,6 @@
|
|||
#include <gpg-error.h>
|
||||
#include <assuan.h>
|
||||
|
||||
#define JNLIB_NEED_LOG_LOGV
|
||||
#include "../common/logging.h"
|
||||
#include "../common/argparse.h"
|
||||
#include "../common/stringhelp.h"
|
||||
|
|
|
@ -50,8 +50,7 @@
|
|||
#endif /*HTTP_USE_GNUTLS*/
|
||||
|
||||
|
||||
#define JNLIB_NEED_LOG_LOGV
|
||||
#define JNLIB_NEED_AFLOCAL
|
||||
#define GNUPG_COMMON_NEED_AFLOCAL
|
||||
#include "dirmngr.h"
|
||||
|
||||
#include <assuan.h>
|
||||
|
|
|
@ -49,7 +49,6 @@
|
|||
#endif
|
||||
|
||||
|
||||
#define JNLIB_NEED_LOG_LOGV
|
||||
#include <gpg-error.h>
|
||||
#include "../common/logging.h"
|
||||
#include "../common/argparse.h"
|
||||
|
|
|
@ -30,7 +30,6 @@
|
|||
#include <unistd.h>
|
||||
#include <errno.h>
|
||||
|
||||
#define JNLIB_NEED_LOG_LOGV
|
||||
#include "dirmngr.h"
|
||||
#include <assuan.h>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue