+Tue Mar 7 22:15:00 1995 Keith Vetter <keithv@fusion.com>
+
+ * sendto_kdc.c: stubbed on the PC for now.
+
Tue Mar 7 19:54:17 1995 Mark Eichin <eichin@cygnus.com>
* configure.in: take out ISODE_DEFS, ISODE_INCLUDE.
}
return retval;
}
+#else /* MSDOS */
+
+/* Stub for now to satisfy the linker in making the DLL.
+*/
+krb5_error_code INTERFACE
+krb5_sendto_kdc (context, message, realm, reply)
+ krb5_context context;
+ const krb5_data * message;
+ const krb5_data * realm;
+ krb5_data * reply;
+{
+ return 0;
+}
#endif