diff options
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 9887254cd..6de2e387c 100644 --- a/acconfig.h +++ b/acconfig.h @@ -52,6 +52,9 @@ * anything */ #undef GLOBAL_ZLOGOUT +/* The default path; used when running commands with command -p */ +#undef DEFAULT_PATH + /* Define to 1 if compiler could initialise a union */ #undef HAVE_UNION_INIT |