aboutsummaryrefslogtreecommitdiff
path: root/src/lib/rpc
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2006-04-04 01:44:28 +0000
committerKen Raeburn <raeburn@mit.edu>2006-04-04 01:44:28 +0000
commit689a37f2e33462b76e592994434ae1a9a1c6ae3f (patch)
tree4abffbf14c68836c960a2eea78ddec357b4f6d15 /src/lib/rpc
parentc7d45576ee3bbf63eedacfcf09aa67da0c89f06d (diff)
downloadkrb5-689a37f2e33462b76e592994434ae1a9a1c6ae3f.zip
krb5-689a37f2e33462b76e592994434ae1a9a1c6ae3f.tar.gz
krb5-689a37f2e33462b76e592994434ae1a9a1c6ae3f.tar.bz2
set DEFS empty in more places
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17838 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/rpc')
-rw-r--r--src/lib/rpc/ChangeLog4
-rw-r--r--src/lib/rpc/Makefile.in1
-rw-r--r--src/lib/rpc/unit-test/ChangeLog4
-rw-r--r--src/lib/rpc/unit-test/Makefile.in1
4 files changed, 10 insertions, 0 deletions
diff --git a/src/lib/rpc/ChangeLog b/src/lib/rpc/ChangeLog
index 60fbc97..a035ac8 100644
--- a/src/lib/rpc/ChangeLog
+++ b/src/lib/rpc/ChangeLog
@@ -1,3 +1,7 @@
+2006-04-03 Ken Raeburn <raeburn@mit.edu>
+
+ * Makefile.in (DEFS): Make empty.
+
2006-03-31 Ken Raeburn <raeburn@mit.edu>
* clnt_perror.c, svc.c, svc_udp.c, clnt_simple.c, svc_tcp.c,
diff --git a/src/lib/rpc/Makefile.in b/src/lib/rpc/Makefile.in
index 0065ad5..147f151 100644
--- a/src/lib/rpc/Makefile.in
+++ b/src/lib/rpc/Makefile.in
@@ -3,6 +3,7 @@ myfulldir=lib/rpc
mydir=.
BUILDTOP=$(REL)..$(S)..
DEFINES = -DGSSAPI_KRB5 -DDEBUG_GSSAPI=0 -DGSSRPC__IMPL
+DEFS=
##DOSBUILDTOP = ..\..
##DOSLIBNAME=libgssrpc.lib
diff --git a/src/lib/rpc/unit-test/ChangeLog b/src/lib/rpc/unit-test/ChangeLog
index a3da36e..9f4b0e1 100644
--- a/src/lib/rpc/unit-test/ChangeLog
+++ b/src/lib/rpc/unit-test/ChangeLog
@@ -1,3 +1,7 @@
+2006-04-03 Ken Raeburn <raeburn@mit.edu>
+
+ * Makefile.in (DEFS): Make empty.
+
2006-03-31 Ken Raeburn <raeburn@mit.edu>
* client.c, server.c: Include autoconf.h.
diff --git a/src/lib/rpc/unit-test/Makefile.in b/src/lib/rpc/unit-test/Makefile.in
index a4c2fc5..dc8cdd4 100644
--- a/src/lib/rpc/unit-test/Makefile.in
+++ b/src/lib/rpc/unit-test/Makefile.in
@@ -5,6 +5,7 @@ BUILDTOP=$(REL)..$(S)..$(S)..
LOCALINCLUDES = -I.
PROG_LIBPATH=-L$(TOPLIBD)
PROG_RPATH=$(KRB5_LIBDIR)
+DEFS=
OBJS= client.o rpc_test_clnt.o rpc_test_svc.o server.o