+Tue Oct 24 17:31:36 1995 Theodore Y. Ts'o <tytso@dcl>
+
+ * k5-int.h: Manually defined PROVIDE_* for Macintosh and MS-DOS so
+ that libcrypto knows which encryption systems to include.
+ Otherwise, we would be building an exportable (and
+ useless) krb5 library for the Mac and PC.
+
Fri Oct 6 21:59:02 1995 Theodore Y. Ts'o <tytso@dcl>
* Makefile.in: Remove ##DOS!include of config/windows.in.
#define HAVE_STDARG_H
#define HAVE_SYS_TYPES_H
+/* This controls which encryption routines libcrypto will provide */
+#define PROVIDE_DES_CBC_MD5
+#define PROVIDE_DES_CBC_CRC
+#define PROVIDE_RAW_DES_CBC
+#define PROVIDE_DES_CBC_CKSUM
+#define PROVIDE_CRC32
+#define PROVIDE_RSA_MD4
+#define PROVIDE_RSA_MD5
+
#ifndef _SIZE_T_DEFINED
typedef unsigned int size_t;
#define _SIZE_T_DEFINED
#include <fcntl.h>
#endif
+/* This controls which encryption routines libcrypto will provide */
+#define PROVIDE_DES_CBC_MD5
+#define PROVIDE_DES_CBC_CRC
+#define PROVIDE_RAW_DES_CBC
+#define PROVIDE_DES_CBC_CKSUM
+#define PROVIDE_CRC32
+#define PROVIDE_RSA_MD4
+#define PROVIDE_RSA_MD5
+
/* there is no <stat.h> for mpw */
typedef unsigned long mode_t;
typedef unsigned long ino_t;