no needed anymore
authorGerald Carter <jerry@samba.org>
Wed, 9 Apr 2003 15:34:12 +0000 (15:34 +0000)
committerGerald Carter <jerry@samba.org>
Wed, 9 Apr 2003 15:34:12 +0000 (15:34 +0000)
(This used to be commit 8fd9450c8363021e23256903578fabbf77083978)

source3/include/vt_mode.h [deleted file]

diff --git a/source3/include/vt_mode.h b/source3/include/vt_mode.h
deleted file mode 100644 (file)
index 85b4811..0000000
+++ /dev/null
@@ -1,48 +0,0 @@
-/* vt_mode.h */
-/*
-support vtp-sessions
-
-written by Christian A. Lademann <cal@zls.com>
-*/
-
-/*
-02.05.95:cal:ported to samba-1.9.13
-*/
-
-#ifndef        __vt_mode_h__
-#      define  __vt_mode_h__
-
-#      define  VT_CLOSED       0
-#      define  VT_OPEN         1
-
-#      define  MS_NONE         0
-#      define  MS_PTY          1
-#      define  MS_STREAM       2
-#      define  MS_VTY          3
-
-#      define  VT_MAXREAD      32
-
-
-#      undef   EXTERN
-
-#      ifndef __vt_mode_c__
-#              define  EXTERN  extern
-#              define  DEFAULT(v)
-#      else
-#              define  EXTERN
-#              define  DEFAULT(v)      =(v)
-#      endif
-
-       EXTERN int      VT_Status               DEFAULT(VT_CLOSED),
-                               VT_Fd                   DEFAULT(-1),
-                               VT_ChildPID             DEFAULT(-1);
-
-       EXTERN BOOL     VT_Mode                 DEFAULT(False),
-                               VT_ChildDied    DEFAULT(False);
-
-       EXTERN char     *VT_Line                DEFAULT(NULL);
-
-#      undef   EXTERN
-
-
-#endif /* __vt_mode_h__ */