summaryrefslogtreecommitdiff
path: root/includes/cdefs.h
diff options
context:
space:
mode:
authorTed Lemon <source@isc.org>1999-10-05 01:31:42 +0000
committerTed Lemon <source@isc.org>1999-10-05 01:31:42 +0000
commitbfc3d44892a08ad4a927601136283d0b20459c35 (patch)
tree62351716312d847feeb86207917dc11bf1e49918 /includes/cdefs.h
parentfa64227520a68fccf1160fcfa98407ee6bb50557 (diff)
downloadisc-dhcp-bfc3d44892a08ad4a927601136283d0b20459c35.tar.gz
Protect from multiple inclusion.
Diffstat (limited to 'includes/cdefs.h')
-rw-r--r--includes/cdefs.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/includes/cdefs.h b/includes/cdefs.h
index 78916421..f968a806 100644
--- a/includes/cdefs.h
+++ b/includes/cdefs.h
@@ -27,6 +27,8 @@
* with Vixie Laboratories.
*/
+#if !defined (__ISC_DHCP_CDEFS_H__)
+#define __ISC_DHCP_CDEFS_H__
#if (defined (__GNUC__) || defined (__STDC__)) && !defined (BROKEN_ANSI)
#define PROTO(x) x
#define KandR(x)
@@ -42,3 +44,4 @@
#define ANSI_DECL(x)
#define INLINE
#endif /* __GNUC__ || __STDC__ */
+#endif /* __ISC_DHCP_CDEFS_H__ */