X-Git-Url: http://git.sameswireless.fr/l2tpns.git/blobdiff_plain/b4451ee1a4e9b38331aee04e53092c3a2ee84b50..c239d4b22829335fda98b66ce045a3f624436eeb:/constants.h diff --git a/constants.h b/constants.h index 3ac8983..e561260 100644 --- a/constants.h +++ b/constants.h @@ -1,5 +1,5 @@ - -// enum these ? +#ifndef __CONSTANTS_H__ +#define __CONSTANTS_H__ #define MAX_LCP_TYPE 8 extern const char *lcp_types[MAX_LCP_TYPE+1]; @@ -25,3 +25,5 @@ extern const char *radius_states[MAX_RADIUS_STATE+1]; #define MAX_L2TP_MESSAGE_TYPE 16 extern const char *l2tp_message_types[MAX_L2TP_MESSAGE_TYPE+1]; + +#endif /* __CONSTANTS_H__ */