diff options
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/acconfig.h b/acconfig.h index 7ce1a5993f..21508a7308 100644 --- a/acconfig.h +++ b/acconfig.h @@ -26,7 +26,6 @@ #undef HAVE_BROKEN_SPOOL #undef ENABLE_PEDANTIC_PGPMIME #undef HAVE_KDE_APPLNK -#undef GETTEXT_PACKAGE /* db3 version */ #undef EVOLUTION_DB_VERSION_MAJOR @@ -50,3 +49,7 @@ /* Define to `int' if your system doesn't have `socklen_t'. */ #undef socklen_t + +/* Define to the path to a program to kill processes given the name + (eg. "killall" or "killp"). */ +#undef KILL_PROCESS_CMD |