summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2007-01-20 12:05:22 +0000
committerKen Raeburn <raeburn@mit.edu>2007-01-20 12:05:22 +0000
commit77add1ec32d71a55c22836eb5e814be6ad3f8cde (patch)
tree1235210471f749b92052e8bc26b9273c62c32ded /src/include
parenta771cf9dab483c22d2d95501c5eaa38ecdac8305 (diff)
downloadkrb5-77add1ec32d71a55c22836eb5e814be6ad3f8cde.tar.gz
krb5-77add1ec32d71a55c22836eb5e814be6ad3f8cde.tar.xz
krb5-77add1ec32d71a55c22836eb5e814be6ad3f8cde.zip
Don't define KRB5_PRIVATE, since it's not tested any more
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@19083 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include')
-rw-r--r--src/include/krb5/krb5.hin4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/include/krb5/krb5.hin b/src/include/krb5/krb5.hin
index 5565e30ff..220464326 100644
--- a/src/include/krb5/krb5.hin
+++ b/src/include/krb5/krb5.hin
@@ -60,10 +60,6 @@
#ifndef KRB5_DEPRECATED
#define KRB5_DEPRECATED 0
#endif
-/* Do not expose private interfaces. Build system will override. */
-#ifndef KRB5_PRIVATE
-#define KRB5_PRIVATE 0
-#endif
#if defined(__MACH__) && defined(__APPLE__)
# include <TargetConditionals.h>