mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Require libgpg-error 1.29 and remove internal logging functions.
* configure.ac (NEED_GPG_ERROR_VERSION): Set to 1.29 * common/util.h: Remove replacement error codes. * common/logging.h: Remove fallback to internal logging functions. * common/logging.c: Remove. * common/Makefile.am (common_sources): Remove logging.c Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
parent
fe621cc64b
commit
440472663d
5 changed files with 6 additions and 1228 deletions
|
@ -39,21 +39,6 @@
|
|||
* libgpg-error version. Define them here.
|
||||
* Example: (#if GPG_ERROR_VERSION_NUMBER < 0x011500 // 1.21)
|
||||
*/
|
||||
#if GPG_ERROR_VERSION_NUMBER < 0x011a00 /* 1.26 */
|
||||
# define GPG_ERR_UNKNOWN_FLAG 309
|
||||
# define GPG_ERR_INV_ORDER 310
|
||||
# define GPG_ERR_ALREADY_FETCHED 311
|
||||
# define GPG_ERR_TRY_LATER 312
|
||||
# define GPG_ERR_SYSTEM_BUG 666
|
||||
# define GPG_ERR_DNS_UNKNOWN 711
|
||||
# define GPG_ERR_DNS_SECTION 712
|
||||
# define GPG_ERR_DNS_ADDRESS 713
|
||||
# define GPG_ERR_DNS_NO_QUERY 714
|
||||
# define GPG_ERR_DNS_NO_ANSWER 715
|
||||
# define GPG_ERR_DNS_CLOSED 716
|
||||
# define GPG_ERR_DNS_VERIFY 717
|
||||
# define GPG_ERR_DNS_TIMEOUT 718
|
||||
#endif
|
||||
|
||||
|
||||
/* Hash function used with libksba. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue