From 5f4eb990abcbb924221a1a6172165874e5303983 Mon Sep 17 00:00:00 2001
From: rswindell <>
Date: Wed, 25 Oct 2000 07:01:16 +0000
Subject: [PATCH] Added PT/SC headers and CVS ID keyword. Added
 USER_STRING_NETMAIL definition.

---
 exec/userdefs.inc | 12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

diff --git a/exec/userdefs.inc b/exec/userdefs.inc
index 433e2d291d..d90c38993d 100644
--- a/exec/userdefs.inc
+++ b/exec/userdefs.inc
@@ -1,13 +1,10 @@
-# USERDEFS.INC
-
-# Copyright 1995 Digital Dynamics, All rights reserved.
+# userdefs.inc
 
 # Baja include file defining various Synchronet USER related constants
 
-# You man include use this file in your source (!include userdefs.inc),
-# but you may not distribute modified versions of this file. It is not
-# suggested that you modify this file AT ALL, but rather create your own
-# include file(s) for your own constant definitions.
+# $id$
+
+# @format.tab-size 8, @format.use-tabs true
 
 !define LEN_ALIAS	25	# User alias
 !define LEN_NAME        25      # User name
@@ -158,5 +155,6 @@
 !define USER_STRING_PHONE	10
 !define USER_STRING_MODEM	11
 !define USER_STRING_COMMENT	12
+!define USER_STRING_NETMAIL	13	# Requires v3 (03/02/00) or later
 
 # End of USERDEFS.INC
-- 
GitLab