diff options
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 11 |
1 files changed, 3 insertions, 8 deletions
@@ -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 */ |