Makefile.in, ccdefops.c: Temporarily back out the ccapi ccache under
authorTheodore Tso <tytso@mit.edu>
Sat, 5 Dec 1998 06:22:37 +0000 (06:22 +0000)
committerTheodore Tso <tytso@mit.edu>
Sat, 5 Dec 1998 06:22:37 +0000 (06:22 +0000)
Windows so we can make sure the rest of the krb5 tree builds correctly
under Windows.  (Note: I didn't revert lib/krb5/os/ccdefname.c, so
setting KRB5_CC_NAME to FILE:C:\tmp\tkt is required to make things
work.)

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11080 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb5/ccache/ChangeLog
src/lib/krb5/ccache/Makefile.in
src/lib/krb5/ccache/ccdefops.c

index 71aa06dc8230cfccf720011fa62f3a640f9a27cd..7c12c48aadddb5d4fa8a7a709b6af84b3d6e136b 100644 (file)
@@ -1,3 +1,11 @@
+Sat Dec  5 01:20:31 1998  Theodore Y. Ts'o  <tytso@mit.edu>
+
+       * Makefile.in, ccdefops.c: Temporarily back out the ccapi ccache
+               under Windows so we can make sure the rest of the krb5
+               tree builds correctly under Windows.  (Note: I didn't
+               revert lib/krb5/os/ccdefname.c, so setting KRB5_CC_NAME to
+               FILE:C:\tmp\tkt is required to make things work.)
+
 1998-08-24  Theodore Ts'o  <tytso@rsts-11.mit.edu>
 
        * Makefile.in: Add windows build instructions to build CCache API
index 9d375cd64f8ddcd792d2f1260c6a1a2be3cf17c0..5bf416dc7068dbabe5b372b13e47fc575b62c245 100644 (file)
@@ -34,7 +34,7 @@ all-unix:: all-libobjs
 
 all-windows:: subdirs $(OBJFILE) 
 
-##DOSsubdirs:: file\file.lst memory\file.lst ccapi\file.lst
+##DOSsubdirs:: file\file.lst memory\file.lst ccapi\file.lst
 ##DOS
 ##DOSfile\file.lst::
 ##DOS  cd file
@@ -48,17 +48,23 @@ all-windows:: subdirs $(OBJFILE)
 ##DOS  -$(MAKE) -$(MFLAGS)
 ##DOS  cd ..
 
-##DOSccapi\file.lst::
-##DOS  cd ccapi
-##DOS  @echo Making in krb5\ccache\ccapi
-##DOS  -$(MAKE) -$(MFLAGS)
-##DOS  cd ..
+# ##DOSccapi\file.lst::
+# ##DOS        cd ccapi
+# ##DOS        @echo Making in krb5\ccache\ccapi
+# ##DOS        -$(MAKE) -$(MFLAGS)
+# ##DOS        cd ..
+
+# ##DOS$(OBJFILE): $(OBJS) file\file.lst memory\file.lst ccapi\file.lst
+# ##DOS        $(RM) $(OBJFILE)
+# ##WIN16##    $(CP) nul: $(OBJFILE)
+# ##WIN32##    $(LIBECHO) -p $(PREFIXDIR)\ *.obj file\*.obj memory\*.obj \
+# ##WIN32##            ccapi\*.obj > $(OBJFILE)
 
-##DOS$(OBJFILE): $(OBJS) file\file.lst memory\file.lst ccapi\file.lst
+##DOS$(OBJFILE): $(OBJS) file\file.lst memory\file.lst 
 ##DOS  $(RM) $(OBJFILE)
 ##WIN16##      $(CP) nul: $(OBJFILE)
 ##WIN32##      $(LIBECHO) -p $(PREFIXDIR)\ *.obj file\*.obj memory\*.obj \
-##WIN32##              ccapi\*.obj > $(OBJFILE)
+##WIN32##              > $(OBJFILE)
 
 clean-unix:: clean-libobjs
 
index 9c39f40f572242c3d358239989b2e4e5af87ee39..cc2b63fa26478c10f0eb1d8aa0b3c84db9911e0e 100644 (file)
@@ -27,7 +27,7 @@
 
 #include "k5-int.h"
 
-#if defined(macintosh) || defined(_MSDOS) || defined(_WIN32)
+#if defined(macintosh) /* || defined(_MSDOS) || defined(_WIN32) */
 
 /* Macs and PCs use the shared, memory based credentials cache */
 #include "stdcc.h" /* from ccapi subdir */