summaryrefslogtreecommitdiffstats
path: root/contrib/tcsh/tw.h
diff options
context:
space:
mode:
authormp <mp@FreeBSD.org>2007-03-11 22:33:41 +0000
committermp <mp@FreeBSD.org>2007-03-11 22:33:41 +0000
commita40980339b13e3b506c2317b5b4864127039eb2c (patch)
tree34aefea92d30b614247ef1f2671f2362f4761785 /contrib/tcsh/tw.h
parent32837fb336d4709f0a121130a3a78f29be0db5ed (diff)
downloadFreeBSD-src-a40980339b13e3b506c2317b5b4864127039eb2c.zip
FreeBSD-src-a40980339b13e3b506c2317b5b4864127039eb2c.tar.gz
Import of tcsh-6.15.00
Diffstat (limited to 'contrib/tcsh/tw.h')
-rw-r--r--contrib/tcsh/tw.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/contrib/tcsh/tw.h b/contrib/tcsh/tw.h
index c9c4468..5b2e661 100644
--- a/contrib/tcsh/tw.h
+++ b/contrib/tcsh/tw.h
@@ -1,4 +1,4 @@
-/* $Header: /src/pub/tcsh/tw.h,v 3.24 2004/11/23 02:10:50 christos Exp $ */
+/* $Header: /p/tcsh/cvsroot/tcsh/tw.h,v 3.25 2006/01/12 18:15:25 christos Exp $ */
/*
* tw.h: TwENEX functions headers
*/
@@ -73,9 +73,7 @@
#endif
#define ON 1
#define OFF 0
-#define FILSIZ BUFSIZE /* Max reasonable file name length */
#define ESC CTL_ESC('\033')
-#define equal(a, b) (strcmp(a, b) == 0)
#define is_set(var) adrof(var)
#define ismetahash(a) (ismeta(a) && (a) != '#')
OpenPOWER on IntegriCloud