diff options
author | Werner Koch <[email protected]> | 2000-11-23 15:28:15 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2000-11-23 15:28:15 +0000 |
commit | b7a7d9b9cc78e28718b73238e6b59f4f1eaa9971 (patch) | |
tree | df9a1a33e67a9c5e2a818eca1c5af9cab8dda516 /acconfig.h | |
parent | Added some comments and prepared for W32 support (diff) | |
download | gpgme-b7a7d9b9cc78e28718b73238e6b59f4f1eaa9971.tar.gz gpgme-b7a7d9b9cc78e28718b73238e6b59f4f1eaa9971.zip |
Now we are able to compile the W32 stuff - don't now whether it works; I have
no Windoze box here.
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 */ |