Don't enable dnsmasq IPSET functionality on 2.4 kernel
[tomato.git] / release / src / router / libdaemon / libdaemon / daemon.h
blob18eb5bf7d4e9134e4080420be8060a6bf669a0d2
1 #ifndef foodaemonhfoo
2 #define foodaemonhfoo
4 /***
5 This file is part of libdaemon.
7 Copyright 2003-2008 Lennart Poettering
9 libdaemon is free software; you can redistribute it and/or modify
10 it under the terms of the GNU Lesser General Public License as
11 published by the Free Software Foundation, either version 2.1 of the
12 License, or (at your option) any later version.
14 libdaemon is distributed in the hope that it will be useful, but
15 WITHOUT ANY WARRANTY; without even the implied warranty of
16 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
17 Lesser General Public License for more details.
19 You should have received a copy of the GNU Lesser General Public
20 License along with libdaemon. If not, see
21 <http://www.gnu.org/licenses/>.
22 ***/
24 /** \file
26 * A header file including all other header files part of libdaemon
29 #include <libdaemon/dfork.h>
30 #include <libdaemon/dlog.h>
31 #include <libdaemon/dpid.h>
32 #include <libdaemon/dsignal.h>
33 #include <libdaemon/dexec.h>
34 #include <libdaemon/dnonblock.h>
36 #endif