diff options
author | Lennart Poettering <lennart@poettering.net> | 2004-12-18 23:27:16 +0000 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2004-12-18 23:27:16 +0000 |
commit | 46be51bbc763d02922da18b1b3d7946aba9ab4ea (patch) | |
tree | 06fc54a8ddd5dbfb9e9bfee209a935043b4c4b48 /src/dexec.h | |
parent | c73f5e4e6922363cc7cbf4f39f236e310845f9b9 (diff) |
* don't build doxygen docs by default
git-svn-id: file:///home/lennart/svn/public/libdaemon/trunk@70 153bfa13-eec0-0310-be40-b0cb6a0e1b4b
Diffstat (limited to 'src/dexec.h')
-rw-r--r-- | src/dexec.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dexec.h b/src/dexec.h index 831cb9d..d15d49c 100644 --- a/src/dexec.h +++ b/src/dexec.h @@ -31,7 +31,7 @@ extern "C" { * STDERR redirected to syslog */ -/** If this variable is defined to 1 iff daemon_pid_file_kill_wait() is supported.*/ +/** If this variable is defined to 1 iff daemon_exec() is supported.*/ #define DAEMON_EXEC_AVAILABLE 1 /** Run the specified executable with the specified arguments in the |