aboutsummaryrefslogtreecommitdiff
path: root/src/config
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/config
parenta771cf9dab483c22d2d95501c5eaa38ecdac8305 (diff)
downloadkrb5-77add1ec32d71a55c22836eb5e814be6ad3f8cde.zip
krb5-77add1ec32d71a55c22836eb5e814be6ad3f8cde.tar.gz
krb5-77add1ec32d71a55c22836eb5e814be6ad3f8cde.tar.bz2
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/config')
-rw-r--r--src/config/pre.in2
-rw-r--r--src/config/win-pre.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/config/pre.in b/src/config/pre.in
index a22c397..98c2a71 100644
--- a/src/config/pre.in
+++ b/src/config/pre.in
@@ -158,7 +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 \
+ -DKRB5_DEPRECATED=1 \
$(CPPFLAGS) $(CFLAGS) $(PTHREAD_CFLAGS)
CFLAGS = @CFLAGS@
diff --git a/src/config/win-pre.in b/src/config/win-pre.in
index 7cadbe9..39abe6a 100644
--- a/src/config/win-pre.in
+++ b/src/config/win-pre.in
@@ -130,7 +130,7 @@ KFWFLAGS=-DUSE_LEASH=1
CC=cl
PDB_OPTS=-Fd$(OUTPRE)\ -FD
-CPPFLAGS=-I$(SRCTOP)\include -I$(SRCTOP)\include\krb5 $(DNSFLAGS) -DKRB5_PRIVATE=1 -DWIN32_LEAN_AND_MEAN -DKRB5_DEPRECATED=1 -D_CRT_SECURE_NO_DEPRECATE $(KFWFLAGS) $(TIME_T_FLAGS)
+CPPFLAGS=-I$(SRCTOP)\include -I$(SRCTOP)\include\krb5 $(DNSFLAGS) -DWIN32_LEAN_AND_MEAN -DKRB5_DEPRECATED=1 -D_CRT_SECURE_NO_DEPRECATE $(KFWFLAGS) $(TIME_T_FLAGS)
CCOPTS=-nologo /W3 $(PDB_OPTS) $(DLL_FILE_DEF)
LOPTS=-nologo -incremental:no