mirror of
git://git.code.sf.net/p/dhcpd-pools/code
synced 2025-12-16 15:57:00 +00:00
include: use project specific header guard
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
This commit is contained in:
parent
e9736f74e7
commit
1182ec4cc9
1 changed files with 3 additions and 3 deletions
|
|
@ -38,8 +38,8 @@
|
||||||
* the software.
|
* the software.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef DEFAULTS_H
|
#ifndef DHCPD_POOLS_DEFAULTS_H
|
||||||
# define DEFAULTS_H 1
|
# define DHCPD_POOLS_DEFAULTS_H 1
|
||||||
|
|
||||||
# include "dhcpd-pools.h"
|
# include "dhcpd-pools.h"
|
||||||
|
|
||||||
|
|
@ -52,4 +52,4 @@ static const size_t MAXLEN = 1024;
|
||||||
* \brief Maximum number of different shared networks in dhcpd.conf file. */
|
* \brief Maximum number of different shared networks in dhcpd.conf file. */
|
||||||
static const unsigned int SHARED_NETWORKS = 8192;
|
static const unsigned int SHARED_NETWORKS = 8192;
|
||||||
|
|
||||||
#endif /* DEFAULTS_H */
|
#endif /* DHCPD_POOLS_DEFAULTS_H */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue