include: use project specific header guard

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
This commit is contained in:
Sami Kerola 2017-11-07 13:45:17 +00:00
parent e9736f74e7
commit 1182ec4cc9
No known key found for this signature in database
GPG key ID: A9553245FDE9B739

View file

@ -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 */