diff options
author | Marcus Brinkmann <[email protected]> | 2011-09-29 01:14:37 +0000 |
---|---|---|
committer | Marcus Brinkmann <[email protected]> | 2011-10-13 15:09:29 +0000 |
commit | 2959e9e4d18d8b9f6b476ac8e6ea40adbb03689a (patch) | |
tree | 8ac80ef22c8e15d9b4995e85a4c74e8253538f1c /common/exechelp-w32.c | |
parent | Allow NULL for free_public_key. (diff) | |
download | gnupg-2959e9e4d18d8b9f6b476ac8e6ea40adbb03689a.tar.gz gnupg-2959e9e4d18d8b9f6b476ac8e6ea40adbb03689a.zip |
Initial port to Npth.
Diffstat (limited to 'common/exechelp-w32.c')
-rw-r--r-- | common/exechelp-w32.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/common/exechelp-w32.c b/common/exechelp-w32.c index a8fbd1587..a25a724a8 100644 --- a/common/exechelp-w32.c +++ b/common/exechelp-w32.c @@ -35,13 +35,13 @@ #include <unistd.h> #include <fcntl.h> -#ifdef WITHOUT_GNU_PTH /* Give the Makefile a chance to build without Pth. */ -#undef HAVE_PTH -#undef USE_GNU_PTH +#ifdef WITHOUT_NPTH /* Give the Makefile a chance to build without Pth. */ +#undef HAVE_NPTH +#undef USE_NPTH #endif -#ifdef USE_GNU_PTH -#include <pth.h> +#ifdef USE_NPTH +#include <npth.h> #endif #ifdef HAVE_STAT |