summaryrefslogtreecommitdiffstats
path: root/src/util/profile
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/profile
parentc1d2e4e4deaa5d5df19171539a30c13fc43b7a6f (diff)
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/profile')
-rw-r--r--src/util/profile/ChangeLog2
-rw-r--r--src/util/profile/profile.hin1
2 files changed, 2 insertions, 1 deletions
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;