The itc.h header is never installed, or used in the OpenAFS tree.
Remove it.
Change-Id: Ia01f0f5353bc019c3fd0c311b2c7cfc157dca2dd
Reviewed-on: http://gerrit.openafs.org/4247
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
<File Id="filefs_utils_H" Name="fs_utils.h" LongName="fs_utils.h" DiskId="1" src="$(var.IncDir)afs\fs_utils.h" />
<File Id="fileicl_H" Name="icl.h" LongName="icl.h" DiskId="1" src="$(var.IncDir)afs\icl.h" />
<File Id="fileihandle_H" Name="ihandle.h" LongName="ihandle.h" DiskId="1" src="$(var.IncDir)afs\ihandle.h" />
- <File Id="fileitc_H" Name="itc.h" LongName="itc.h" DiskId="1" src="$(var.IncDir)afs\itc.h" />
<File Id="filekaport_H" Name="kaport.h" LongName="kaport.h" DiskId="1" src="$(var.IncDir)afs\kaport.h" />
<File Id="filekauth_H" Name="kauth.h" LongName="kauth.h" DiskId="1" src="$(var.IncDir)afs\kauth.h" />
<File Id="filekautils_H" Name="kautils.h" LongName="kautils.h" DiskId="1" src="$(var.IncDir)afs\kautils.h" />
$(INCFILEDIR)\afsutil.h \
$(INCFILEDIR)\afs_assert.h \
$(INCFILEDIR)\errors.h \
- $(INCFILEDIR)\itc.h \
$(INCFILEDIR)\vice.h \
$(INCFILEDIR)\netutils.h \
$(INCFILEDIR)\pthread_glock.h \
+++ /dev/null
-/*
- * Copyright 2000, International Business Machines Corporation and others.
- * All Rights Reserved.
- *
- * This software has been released under the terms of the IBM Public
- * License. For details, see the LICENSE file in the top-level source
- * directory or online at http://www.openafs.org/dl/license10.html
- */
-
-/* itc.h - ITC standard header file
- *
- * defines a few constants used throughout ITC code
- *
- */
-
-#ifndef _ITC
-#define _ITC
-
-/* C language patches */
-typedef int boolean;
-#define private static
-
-/* parameter usage description tags */
-#define in
-#define out
-#define inout
-
-/* very commonly used values */
-#define TRUE 1
-#define FALSE 0
-
-#endif /* _ITC */