mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-18 14:17:03 +01:00
* configure.ac (AH_BOTTOM): Moved EXEC_TEMPFILE_ONLY to here.
* acconfig.h: Removed, it should no longer be used.
This commit is contained in:
parent
846a24fd74
commit
4011228458
@ -1,3 +1,8 @@
|
|||||||
|
2001-12-22 Werner Koch <wk@gnupg.org>
|
||||||
|
|
||||||
|
* configure.ac (AH_BOTTOM): Moved EXEC_TEMPFILE_ONLY to here.
|
||||||
|
* acconfig.h: Removed, it should no longer be used.
|
||||||
|
|
||||||
2001-12-21 David Shaw <dshaw@jabberwocky.com>
|
2001-12-21 David Shaw <dshaw@jabberwocky.com>
|
||||||
|
|
||||||
* Add an acconfig.h to define EXEC_TEMPFILE_ONLY on platforms that
|
* Add an acconfig.h to define EXEC_TEMPFILE_ONLY on platforms that
|
||||||
|
@ -1,5 +0,0 @@
|
|||||||
@BOTTOM@
|
|
||||||
|
|
||||||
#if !(defined(HAVE_FORK) && defined(HAVE_PIPE) && defined(HAVE_WAITPID))
|
|
||||||
#define EXEC_TEMPFILE_ONLY
|
|
||||||
#endif
|
|
@ -153,6 +153,10 @@ AH_TOP([
|
|||||||
])
|
])
|
||||||
|
|
||||||
AH_BOTTOM([
|
AH_BOTTOM([
|
||||||
|
#if !(defined(HAVE_FORK) && defined(HAVE_PIPE) && defined(HAVE_WAITPID))
|
||||||
|
#define EXEC_TEMPFILE_ONLY
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "g10defs.h"
|
#include "g10defs.h"
|
||||||
])
|
])
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user