diff options
author | Werner Koch <[email protected]> | 1999-09-06 18:10:27 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 1999-09-06 18:10:27 +0000 |
commit | 4a3291c4dba9965649acf7adb59113a615289608 (patch) | |
tree | 9d127094b1798fcb23ba59fdaa0d7ad748d8dd68 /acconfig.h | |
parent | *** empty log message *** (diff) | |
download | gnupg-4a3291c4dba9965649acf7adb59113a615289608.tar.gz gnupg-4a3291c4dba9965649acf7adb59113a615289608.zip |
See ChangeLog: Mon Sep 6 19:59:08 CEST 1999 Werner Koch
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h index ea0d0ff5c..ed33b9d11 100644 --- a/acconfig.h +++ b/acconfig.h @@ -94,6 +94,9 @@ #undef USE_CAPABILITIES +/* Some systems have mkdir that takes a single argument. */ +#undef MKDIR_TAKES_ONE_ARG + @BOTTOM@ |