summaryrefslogtreecommitdiffstats
path: root/src/util
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2001-10-06 03:27:33 +0000
committerKen Raeburn <raeburn@mit.edu>2001-10-06 03:27:33 +0000
commit2e874c75d1b6c898eb9aa2a2f68ddb0ede1937e4 (patch)
treee815d8edd663177547696ea25904d81d4b2ee395 /src/util
parentc1d2e4e4deaa5d5df19171539a30c13fc43b7a6f (diff)
downloadkrb5-2e874c75d1b6c898eb9aa2a2f68ddb0ede1937e4.tar.gz
krb5-2e874c75d1b6c898eb9aa2a2f68ddb0ede1937e4.tar.xz
krb5-2e874c75d1b6c898eb9aa2a2f68ddb0ede1937e4.zip
KRB5_EXPORTVAR is defined lots of places but never used; delete it
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13787 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/util')
-rw-r--r--src/util/et/ChangeLog2
-rw-r--r--src/util/et/com_err.h5
-rw-r--r--src/util/profile/ChangeLog2
-rw-r--r--src/util/profile/profile.hin1
4 files changed, 4 insertions, 6 deletions
diff --git a/src/util/et/ChangeLog b/src/util/et/ChangeLog
index 74f19b1d9..7e27e5689 100644
--- a/src/util/et/ChangeLog
+++ b/src/util/et/ChangeLog
@@ -1,5 +1,7 @@
2001-10-05 Ken Raeburn <raeburn@mit.edu>
+ * com_err.h (KRB5_EXPORTVAR): Don't define.
+
* com_err.c, com_err.h, compile_et.c, error_message.c,
error_table.h, et_c.awk, et_c.perl, et_h.awk, et_h.awk, et_h.perl,
etN-ame.c, init_et.c, internal.h, vfprintf.c: Drop NEAR/FAR
diff --git a/src/util/et/com_err.h b/src/util/et/com_err.h
index 547601a69..c56fad2b1 100644
--- a/src/util/et/com_err.h
+++ b/src/util/et/com_err.h
@@ -19,11 +19,6 @@
#ifndef KRB5_CALLCONV
#define KRB5_CALLCONV
#define KRB5_CALLCONV_C
-/* We don't use this, but since we're using the Kerberos ones, we
- need to either provide all the ones the Kerberos headers
- will use, or not define KRB5_CALLCONV, since that's the only one
- they test. */
-#define KRB5_EXPORTVAR
#endif
#include <stdarg.h>
diff --git a/src/util/profile/ChangeLog b/src/util/profile/ChangeLog
index 0b77845bf..25a73a841 100644
--- a/src/util/profile/ChangeLog
+++ b/src/util/profile/ChangeLog
@@ -1,5 +1,7 @@
2001-10-05 Ken Raeburn <raeburn@mit.edu>
+ * profile.hin (KRB5_EXPORTVAR): Don't define.
+
* prof_file.c, prof_int.h, prof_parse.c, profile.hin,
test_profile.c: Drop _MSDOS support.
diff --git a/src/util/profile/profile.hin b/src/util/profile/profile.hin
index 592bc4887..418696141 100644
--- a/src/util/profile/profile.hin
+++ b/src/util/profile/profile.hin
@@ -12,7 +12,6 @@
#ifndef KRB5_CALLCONV
#define KRB5_CALLCONV
#define KRB5_CALLCONV_C
-#define KRB5_EXPORTVAR
#endif
typedef struct _profile_t *profile_t;