+1997-07-26 Miro Jurisic <meeroh@mit.edu>
+ * win-mac.h (size_t): Fixed size_t redefinition on MacOS
+
1997-07-26 Miro Jurisic <meeroh@mit.edu>
* k5-int.h (krb5_get_profile): added krb5_get_profile. It returns
#define NO_PASSWORD
#define HAVE_LABS
/*#define ENOMEM 12*/
-#define ANSI_STDIO
-#ifndef _SIZET
-typedef unsigned long size_t;
-#define _SIZET
-#endif
#include <unix.h>
#include <ctype.h>
/* there is no <stat.h> for mpw */
#ifndef __MWERKS__
+typedef unsigned long size_t;
typedef unsigned long mode_t;
typedef unsigned long ino_t;
typedef unsigned long dev_t;