+Tue Apr 2 15:20:24 1996 Theodore Y. Ts'o <tytso@dcl>
+
+ * Makefile.in (SRCS): Inlined list of source files for SRCS and
+ OBJS (for Macintosh build).
+
+ * k5mech.c: Added Macintosh #ifdef so that the #include path is
+ right for the Macintosh.
+
Wed Mar 20 20:25:53 1996 Theodore Y. Ts'o <tytso@dcl>
* rel_oid.c (krb5_gss_release_oid): Don't compile this procedure,
gssapi_err_krb5.c: gssapi_err_krb5.et
-CCSRCS = \
+SRCS = \
$(srcdir)/accept_sec_context.c \
$(srcdir)/acquire_cred.c \
$(srcdir)/compare_name.c \
$(srcdir)/util_crypt.c \
$(srcdir)/util_seed.c \
$(srcdir)/util_seqnum.c \
- $(srcdir)/verify.c
+ $(srcdir)/verify.c \
+ gssapi_err_krb5.c
-CCOBJS = \
+OBJS = \
accept_sec_context.$(OBJEXT) \
acquire_cred.$(OBJEXT) \
compare_name.$(OBJEXT) \
util_crypt.$(OBJEXT) \
util_seed.$(OBJEXT) \
util_seqnum.$(OBJEXT) \
- verify.$(OBJEXT)
+ verify.$(OBJEXT) \
+ gssapi_err_krb5.$(OBJEXT)
-SRCS= $(ETSRCS) $(CCSRCS)
-OBJS= $(ETOBJS) $(CCOBJS)
HDRS= $(ETHDRS)
EHDRDIR=$(TOP)/include/gssapi
* structure, so I hide it in a non-published header. Thats ok,
* we know where to find it.
*/
+#if defined(__MWERKS__) || defined(applec) || defined(THINK_C)
+#include "mglueP.h"
+#else
#include "../mechglue/mglueP.h"
+#endif
#include "gssapiP_krb5.h"
/*