mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
* agent.h (out_of_core): s/__inline__/inine. Noted by Ray Link.
* dynload.h: s/__inline__/inline/. * tlv.c [GNUPG_MAJOR_VERSION==1]: Define constants instead of including a gnupg 1.4 header. * watchgnupg.c: Make sure that PF_LCOAL and AF_LOCAL are defines. Noted by Ray Link.
This commit is contained in:
parent
c8efd2bf77
commit
6e522257a9
11 changed files with 60 additions and 9 deletions
|
@ -45,6 +45,18 @@
|
|||
#define BUGREPORT_LINE ""
|
||||
#endif
|
||||
|
||||
#ifndef PF_LOCAL
|
||||
# ifdef PF_UNIX
|
||||
# define PF_LOCAL PF_UNIX
|
||||
# else
|
||||
# define PF_LOCAL AF_UNIX
|
||||
# endif
|
||||
# ifndef AF_LOCAL
|
||||
# define AF_LOCAL AF_UNIX
|
||||
# endif
|
||||
#endif
|
||||
|
||||
|
||||
static int verbose;
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue