diff options
author | Werner Koch <[email protected]> | 1998-02-04 18:54:31 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 1998-02-04 18:54:31 +0000 |
commit | 9886ad8098ea1a128e07be54eaf8f24d73795aa2 (patch) | |
tree | 22e597c9f6384b0399abd049c0fd1c64d3d623eb /acconfig.h | |
parent | Fixed a few bugs (diff) | |
download | gnupg-9886ad8098ea1a128e07be54eaf8f24d73795aa2.tar.gz gnupg-9886ad8098ea1a128e07be54eaf8f24d73795aa2.zip |
armor rewritten, but still buggy
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h index 728d4d1eb..f8ddcd581 100644 --- a/acconfig.h +++ b/acconfig.h @@ -20,6 +20,10 @@ #ifndef G10_CONFIG_H #define G10_CONFIG_H +/* need this, because some autoconf tests rely on this (e.g. stpcpy) + * and it should be used for new programs + */ +#define _GNU_SOURCE 1 @TOP@ |