diff options
author | Werner Koch <[email protected]> | 2004-12-06 13:49:14 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2004-12-06 13:49:14 +0000 |
commit | 8f620c8c2c9a283e74c0cf75f348bfc929117d72 (patch) | |
tree | 4c7fb4c0092dc77f68d714390630b3be9467cbc3 /sm/keydb.c | |
parent | 2004-12-05 Moritz Schulte <[email protected]> (diff) | |
download | gnupg-8f620c8c2c9a283e74c0cf75f348bfc929117d72.tar.gz gnupg-8f620c8c2c9a283e74c0cf75f348bfc929117d72.zip |
* configure.ac (have_w32_system): New. Disable Pth checks for W32.
Link jnlib/w32-pth.h to pth.h.
* Makefile.am (pkglib_PROGRAMS): Build only for W32.
* keydb.c: Don't define DIRSEP_S here.
Diffstat (limited to 'sm/keydb.c')
-rw-r--r-- | sm/keydb.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sm/keydb.c b/sm/keydb.c index 6c5c77364..293e5233d 100644 --- a/sm/keydb.c +++ b/sm/keydb.c @@ -33,8 +33,6 @@ #include "keydb.h" #include "i18n.h" -#define DIRSEP_C '/' - static int active_handles; typedef enum { |