From b7a7d9b9cc78e28718b73238e6b59f4f1eaa9971 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Thu, 23 Nov 2000 15:28:15 +0000 Subject: Now we are able to compile the W32 stuff - don't now whether it works; I have no Windoze box here. --- acconfig.h | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'acconfig.h') diff --git a/acconfig.h b/acconfig.h index 724fd6ff..5b1dd4c6 100644 --- a/acconfig.h +++ b/acconfig.h @@ -31,17 +31,12 @@ @TOP@ - - -#undef HAVE_DRIVE_LETTERS /* 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 -/* Some systems have mkdir that takes a single argument. */ +/* defined if the filesystem uses driver letters */ +#undef HAVE_DRIVE_LETTERS +/* Some systems have a mkdir that takes a single argument. */ #undef MKDIR_TAKES_ONE_ARG /* path to the gpg binary */ -- cgit v1.2.3