summaryrefslogtreecommitdiffstats
path: root/src/config
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2006-04-08 06:52:21 +0000
committerKen Raeburn <raeburn@mit.edu>2006-04-08 06:52:21 +0000
commitbefa9f2d7069f826d2f49c458bf73d82132c36ba (patch)
tree92ea25bf9ec49cf6a4d6437ad40c7ea4e5bcb956 /src/config
parentea9539073b7b1fd23f7b8c8a1317b45bcb4f4599 (diff)
Move definitions of KRB5_PRIVATE and KRB5_DEPRECATED from autoconf.h
to $(ALL_CFLAGS). git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17871 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/config')
-rw-r--r--src/config/ChangeLog5
-rw-r--r--src/config/pre.in1
2 files changed, 6 insertions, 0 deletions
diff --git a/src/config/ChangeLog b/src/config/ChangeLog
index fbbb4d867..ccd89e12c 100644
--- a/src/config/ChangeLog
+++ b/src/config/ChangeLog
@@ -1,3 +1,8 @@
+2006-04-08 Ken Raeburn <raeburn@mit.edu>
+
+ * pre.in (ALL_CFLAGS): Always define KRB5_DEPRECATED and
+ KRB5_PRIVATE.
+
2006-03-27 Ken Raeburn <raeburn@mit.edu>
* wconfig.pl: New file.
diff --git a/src/config/pre.in b/src/config/pre.in
index de7f6d455..bea1c7a86 100644
--- a/src/config/pre.in
+++ b/src/config/pre.in
@@ -158,6 +158,7 @@ FAKELIBDIR=$(FAKEPREFIX)/lib
# PTHREAD_CFLAGS set by configure, not included in CFLAGS so that we
# don't pull the pthreads library into shared libraries
ALL_CFLAGS = $(DEFS) $(DEFINES) $(KRB_INCLUDES) $(LOCALINCLUDES) \
+ -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE=1 \
$(CPPFLAGS) $(CFLAGS) $(PTHREAD_CFLAGS)
CFLAGS = @CFLAGS@