diff options
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h index de2fa3e0e..d3b6cf02e 100644 --- a/acconfig.h +++ b/acconfig.h @@ -88,6 +88,11 @@ #undef IPC_HAVE_SHM_LOCK #undef IPC_RMID_DEFERRED_RELEASE +/* set this to limit filenames to the 8.3 format */ +#undef USE_ONLY_8DOT3 +/* defined if we must run on a stupid file system */ +#undef HAVE_DRIVE_LETTERS + @BOTTOM@ #include "g10defs.h" |