diff options
author | Werner Koch <[email protected]> | 2000-12-06 12:17:10 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2000-12-06 12:17:10 +0000 |
commit | 874f12ea700cc5f7dd256856a78701c8b19e415d (patch) | |
tree | 4c3473c4d5c275f4a6f07c77ae3b140fb139aabd /acconfig.h | |
parent | Now we are able to compile the W32 stuff - don't now whether it works; I have (diff) | |
download | gpgme-874f12ea700cc5f7dd256856a78701c8b19e415d.tar.gz gpgme-874f12ea700cc5f7dd256856a78701c8b19e415d.zip |
Okay, it runs at least on Windows 95
Diffstat (limited to '')
-rw-r--r-- | acconfig.h | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -42,6 +42,15 @@ /* path to the gpg binary */ #undef GPG_PATH +/* stuff needed by lnlib/ */ +#undef HAVE_BYTE_TYPEDEF +#undef HAVE_USHORT_TYPEDEF +#undef HAVE_ULONG_TYPEDEF +#undef HAVE_U16_TYPEDEF +#undef HAVE_U32_TYPEDEF + + + @BOTTOM@ /* not yet needed #include "gpgme-defs.h"*/ |