diff options
author | Werner Koch <wk@gnupg.org> | 1999-09-15 16:26:39 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 1999-09-15 16:26:39 +0200 |
commit | dcaaa9223e2d1e0af80ddc2d3d70232cbac60d55 (patch) | |
tree | ea3c225eda906d79540f9ec5e4b43d18323e2993 /acconfig.h | |
parent | See ChangeLog: Mon Sep 13 10:55:14 CEST 1999 Werner Koch (diff) | |
download | gnupg2-dcaaa9223e2d1e0af80ddc2d3d70232cbac60d55.tar.xz gnupg2-dcaaa9223e2d1e0af80ddc2d3d70232cbac60d55.zip |
See ChangeLog: Wed Sep 15 16:22:17 CEST 1999 Werner KochV1-0-4V1-0-3V1-0-2V1-0-1-ePit-1
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h index ed33b9d11..40ef16a60 100644 --- a/acconfig.h +++ b/acconfig.h @@ -91,6 +91,13 @@ /* defined if we run on some of the PCDOS like systems (DOS, Windoze. OS/2) * with special properties like no file modes */ #undef HAVE_DOSISH_SYSTEM +/* because the Unix gettext has to much overhead on MingW32 systems + * and these systems lack Posix functions, we use a simplified version + * of gettext */ +#undef USE_SIMPLE_GETTEXT +/* At some point in the system we need to know that we use the Windows + * random module. */ +#undef USE_STATIC_RNDW32 #undef USE_CAPABILITIES |