mirror of
git://git.gnupg.org/gnupg.git
synced 2024-11-10 21:38:50 +01:00
Add acconfig.h for easier #define grouping
This commit is contained in:
parent
48468e8b25
commit
846a24fd74
@ -1,3 +1,8 @@
|
||||
2001-12-21 David Shaw <dshaw@jabberwocky.com>
|
||||
|
||||
* Add an acconfig.h to define EXEC_TEMPFILE_ONLY on platforms that
|
||||
can't do fork/exec.
|
||||
|
||||
2001-12-21 Werner Koch <wk@gnupg.org>
|
||||
|
||||
* Makefile.am (dist-hook): We should also look in include for
|
||||
|
5
acconfig.h
Normal file
5
acconfig.h
Normal file
@ -0,0 +1,5 @@
|
||||
@BOTTOM@
|
||||
|
||||
#if !(defined(HAVE_FORK) && defined(HAVE_PIPE) && defined(HAVE_WAITPID))
|
||||
#define EXEC_TEMPFILE_ONLY
|
||||
#endif
|
Loading…
Reference in New Issue
Block a user