From 46be51bbc763d02922da18b1b3d7946aba9ab4ea Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sat, 18 Dec 2004 23:27:16 +0000 Subject: * don't build doxygen docs by default git-svn-id: file:///home/lennart/svn/public/libdaemon/trunk@70 153bfa13-eec0-0310-be40-b0cb6a0e1b4b --- src/daemon.h | 12 ++++++------ src/dexec.h | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'src') diff --git a/src/daemon.h b/src/daemon.h index 405b4f9..eca859c 100644 --- a/src/daemon.h +++ b/src/daemon.h @@ -26,11 +26,11 @@ * A header file including all other header files part of libdaemon */ -#include "dfork.h" -#include "dlog.h" -#include "dpid.h" -#include "dsignal.h" -#include "dexec.h" -#include "dnonblock.h" +#include +#include +#include +#include +#include +#include #endif 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 -- cgit