diff options
author | nobody <nobody@localhost> | 2002-12-06 07:26:48 +0800 |
---|---|---|
committer | nobody <nobody@localhost> | 2002-12-06 07:26:48 +0800 |
commit | 1e1eb980fb66dffe13a414be2f9813cbbb07011b (patch) | |
tree | 718512fa0b525456d8169e34b4361c98c537ec9f /acconfig.h | |
parent | cf5e09fda7bba7532d7be4b9949f7737a4a418cd (diff) | |
download | gsoc2013-evolution-1e1eb980fb66dffe13a414be2f9813cbbb07011b.tar.gz gsoc2013-evolution-1e1eb980fb66dffe13a414be2f9813cbbb07011b.tar.zst gsoc2013-evolution-1e1eb980fb66dffe13a414be2f9813cbbb07011b.zip |
This commit was manufactured by cvs2svn to create tagEVOLUTION_1_2_1
'EVOLUTION_1_2_1'.
svn path=/tags/EVOLUTION_1_2_1/; revision=19034
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 |