diff options
Diffstat (limited to 'trunk/acconfig.h')
-rw-r--r-- | trunk/acconfig.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/trunk/acconfig.h b/trunk/acconfig.h index 5b1dd4c6..e8cd7581 100644 --- a/trunk/acconfig.h +++ b/trunk/acconfig.h @@ -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"*/ |