author | Volker Birk <vb@pep-project.org> |
Wed, 29 Apr 2015 14:51:33 +0200 | |
changeset 229 | 313d152239bf |
parent 175 | 59c8eabab690 |
child 331 | 5ddf7c537b05 |
permissions | -rw-r--r-- |
1 #define _POSIX_C_SOURCE 200809L
3 #include <unistd.h>
4 #include <strings.h>
5 #include <sys/select.h>
7 #ifdef __IPHONE_OS_VERSION_MAX_ALLOWED
8 #define USE_NETPGP
9 #endif
11 #ifdef __cplusplus
12 extern "C" {
13 #endif
15 const char *unix_local_db(void);
16 const char *gpg_conf(void);
17 const char *gpg_home(void);
19 #ifdef __cplusplus
20 }
21 #endif