diff options
author | Werner Koch <[email protected]> | 2006-10-17 14:34:42 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2006-10-17 14:34:42 +0000 |
commit | be410be660305328787559a18b8c9b69790dbfe8 (patch) | |
tree | 32a7dd94b21d1973c1ceedc3d71e13df34f0c83b /common/exechelp.c | |
parent | Fixed aegypten bug 372 (diff) | |
download | gnupg-be410be660305328787559a18b8c9b69790dbfe8.tar.gz gnupg-be410be660305328787559a18b8c9b69790dbfe8.zip |
Pth tweaks and improved estream.c
Diffstat (limited to 'common/exechelp.c')
-rw-r--r-- | common/exechelp.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/common/exechelp.c b/common/exechelp.c index 19fb04ffa..b4700c5cd 100644 --- a/common/exechelp.c +++ b/common/exechelp.c @@ -29,6 +29,12 @@ #include <signal.h> #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 +#endif + #ifdef USE_GNU_PTH #include <pth.h> #endif |