mirror of
git://git.code.sf.net/p/dhcpd-pools/code
synced 2025-12-16 07:47: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.
|
||||
*/
|
||||
|
||||
#ifndef DEFAULTS_H
|
||||
# define DEFAULTS_H 1
|
||||
#ifndef DHCPD_POOLS_DEFAULTS_H
|
||||
# define DHCPD_POOLS_DEFAULTS_H 1
|
||||
|
||||
# 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. */
|
||||
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