aboutsummaryrefslogtreecommitdiffstats
path: root/acconfig.h
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2000-11-23 15:28:15 +0000
committerWerner Koch <[email protected]>2000-11-23 15:28:15 +0000
commitb7a7d9b9cc78e28718b73238e6b59f4f1eaa9971 (patch)
treedf9a1a33e67a9c5e2a818eca1c5af9cab8dda516 /acconfig.h
parentAdded some comments and prepared for W32 support (diff)
downloadgpgme-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.h11
1 files changed, 3 insertions, 8 deletions
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 */