diff --git a/src/sbbs3/fidodefs.h b/src/sbbs3/fidodefs.h
index 9421a2c7b25dfe7baab611c8d44cf69f3b5a725f..2c61656f7c24f755d9bf0a89088a58f0b5885af7 100644
--- a/src/sbbs3/fidodefs.h
+++ b/src/sbbs3/fidodefs.h
@@ -8,7 +8,7 @@
  * @format.tab-size 4		(Plain Text/Source Code File Header)			*
  * @format.use-tabs true	(see http://www.synchro.net/ptsc_hdr.html)		*
  *																			*
- * Copyright 2005 Rob Swindell - http://www.synchro.net/copyright.html		*
+ * Copyright 2009 Rob Swindell - http://www.synchro.net/copyright.html		*
  *																			*
  * This program is free software; you can redistribute it and/or			*
  * modify it under the terms of the GNU General Public License				*
@@ -87,9 +87,6 @@ typedef struct _PACK {				/* Fidonet Packet Header				*/
           sec,						/* Second of Packet Creation 0-59		*/
           baud,						/* Max Baud Rate of Orig & Dest			*/
           pkttype,					/* Packet Type (-1 is obsolete)			*/
-#define PKT_TWO_PLUS	0			/* Type 2+ Packet Header				*/
-#define PKT_TWO_TWO 	1			/* Type 2.2 Packet Header				*/
-#define PKT_TWO 		2			/* Old Type Packet Header				*/
           orignet,					/* Origination Net of Packet			*/
           destnet;					/* Destination Net of Packet			*/
     uchar prodcode,					/* Product Code (00h is Fido)			*/
diff --git a/src/sbbs3/sbbsecho.h b/src/sbbs3/sbbsecho.h
index 0f994831535b1837590aa93cf5b1738c54b5c9b3..b2640ef312ff96bd43667abc211f18b657dd7e06 100644
--- a/src/sbbs3/sbbsecho.h
+++ b/src/sbbs3/sbbsecho.h
@@ -8,7 +8,7 @@
  * @format.tab-size 4		(Plain Text/Source Code File Header)			*
  * @format.use-tabs true	(see http://www.synchro.net/ptsc_hdr.html)		*
  *																			*
- * Copyright 2006 Rob Swindell - http://www.synchro.net/copyright.html		*
+ * Copyright 2009 Rob Swindell - http://www.synchro.net/copyright.html		*
  *																			*
  * This program is free software; you can redistribute it and/or			*
  * modify it under the terms of the GNU General Public License				*
@@ -191,6 +191,11 @@ typedef struct {
 	ushort		arctype 			/* De/archiver to use for this node */
 			   ,numflags			/* Number of flags defined for this node */
 			   ,pkt_type;			/* Packet type to use for outgoing PKTs */
+									/* Packet types for nodecfg_t.pkt_type value ONLY: */
+#define PKT_TWO_PLUS	0			/* Type 2+ Packet Header				*/
+#define PKT_TWO_TWO 	1			/* Type 2.2 Packet Header				*/
+#define PKT_TWO 		2			/* Old Type Packet Header				*/
+
 	ushort		attr;				/* Message bits to set for this node */
 	char		password[26];		/* Areafix password for this node */
 	char		pktpwd[9];			/* Packet password for this node */