From dcaaa9223e2d1e0af80ddc2d3d70232cbac60d55 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Wed, 15 Sep 1999 14:26:39 +0000 Subject: See ChangeLog: Wed Sep 15 16:22:17 CEST 1999 Werner Koch --- acconfig.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'acconfig.h') 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 -- cgit v1.2.3