]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
util: Remove itc.h
authorSimon Wilkinson <sxw@your-file-system.com>
Wed, 16 Mar 2011 15:37:47 +0000 (15:37 +0000)
committerDerrick Brashear <shadow@dementia.org>
Thu, 17 Mar 2011 17:45:41 +0000 (10:45 -0700)
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>
src/WINNT/install/wix/files.wxi
src/util/NTMakefile
src/util/itc.h [deleted file]

index 0698e3f7976d5861212c021641d7756bc4ae71ec..d1eafda7020040615f77bc49cb030ebc580db9cf 100644 (file)
                                 <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" /> 
index 0665dff5d6f7d4517025eb754ca33ffcd8a32493..99014424d1d848c220de63e3154838b86df1a6f6 100644 (file)
@@ -19,7 +19,6 @@ INCFILES =\
        $(INCFILEDIR)\afsutil.h \
        $(INCFILEDIR)\afs_assert.h \
        $(INCFILEDIR)\errors.h \
-       $(INCFILEDIR)\itc.h \
        $(INCFILEDIR)\vice.h \
         $(INCFILEDIR)\netutils.h \
        $(INCFILEDIR)\pthread_glock.h \
diff --git a/src/util/itc.h b/src/util/itc.h
deleted file mode 100644 (file)
index 5ade0a7..0000000
+++ /dev/null
@@ -1,32 +0,0 @@
-/*
- * 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 */