diff options
author | Werner Koch <wk@gnupg.org> | 2000-03-07 14:02:00 +0000 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2000-03-07 14:02:00 +0000 |
commit | 8aef5fff2e54b67c694fa4ef9190cbedf1ff00c1 (patch) | |
tree | 2e6e79f629bae65bf761a821219ace178ed05741 /acconfig.h | |
download | gnutls-8aef5fff2e54b67c694fa4ef9190cbedf1ff00c1.tar.gz |
Initialized repository for GNU TLS
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h new file mode 100644 index 0000000000..c864fca155 --- /dev/null +++ b/acconfig.h @@ -0,0 +1,18 @@ +/* acconfig.h - used by autoheader to make config.h.in + */ +#ifndef GPA_CONFIG_H +#define GPA_CONFIG_H + +/* Need this, because some autoconf tests rely on this (e.g. stpcpy) + * and it should be used for new programs anyway. */ +#define _GNU_SOURCE 1 + +@TOP@ + +#undef HAVE_BYTE_TYPEDEF + + +@BOTTOM@ + + +#endif /*GPA_CONFIG_H*/ |