Made all header files idempotent and moved incorrect common data from
[unix-history] / sys / netiso / tp_states.h
index 388b9ad..7731645 100644 (file)
@@ -1,8 +1,11 @@
 /*
  *     from: unknown
 /*
  *     from: unknown
- *     $Id$
+ *     $Id: tp_states.h,v 1.2 1993/10/16 21:06:01 rgrimes Exp $
  */
 
  */
 
+#ifndef _NETISO_TP_STATES_H_
+#define _NETISO_TP_STATES_H_ 1
+
 #define ST_ERROR 0x0
 #define TP_CLOSED 0x1
 #define TP_CRSENT 0x2
 #define ST_ERROR 0x0
 #define TP_CLOSED 0x1
 #define TP_CRSENT 0x2
@@ -14,3 +17,4 @@
 #define TP_CONFIRMING 0x8
 
 #define tp_NSTATES 0x9
 #define TP_CONFIRMING 0x8
 
 #define tp_NSTATES 0x9
+#endif /* _NETISO_TP_STATES_H_ */