diff options
author | Werner Koch <wk@gnupg.org> | 1998-02-04 19:54:31 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 1998-02-04 19:54:31 +0100 |
commit | 9886ad8098ea1a128e07be54eaf8f24d73795aa2 (patch) | |
tree | 22e597c9f6384b0399abd049c0fd1c64d3d623eb /config.h.in | |
parent | Fixed a few bugs (diff) | |
download | gnupg2-9886ad8098ea1a128e07be54eaf8f24d73795aa2.tar.xz gnupg2-9886ad8098ea1a128e07be54eaf8f24d73795aa2.zip |
armor rewritten, but still buggy
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index 723e53f52..31e7990c3 100644 --- a/config.h.in +++ b/config.h.in @@ -21,6 +21,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 /* Define to empty if the keyword does not work. */ |