summaryrefslogtreecommitdiffstats
path: root/src/include/win-mac.h
diff options
context:
space:
mode:
authorTom Yu <tlyu@mit.edu>1997-09-19 20:07:20 +0000
committerTom Yu <tlyu@mit.edu>1997-09-19 20:07:20 +0000
commit3ba7a70efa7204d9f96c486653506f3ac8e61ae8 (patch)
tree99c2c84426813b676fcf48b2a8f71d201f992648 /src/include/win-mac.h
parent2b198eb04dc1095f324ce2ba96028257462db9bd (diff)
downloadkrb5-3ba7a70efa7204d9f96c486653506f3ac8e61ae8.tar.gz
krb5-3ba7a70efa7204d9f96c486653506f3ac8e61ae8.tar.xz
krb5-3ba7a70efa7204d9f96c486653506f3ac8e61ae8.zip
remove occurences of USE_STRING_H, HAS_STRDUP, and HAS_LABS
(see ChangeLogs for details) git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10199 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include/win-mac.h')
-rw-r--r--src/include/win-mac.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/include/win-mac.h b/src/include/win-mac.h
index 8193ea47f1..516c719979 100644
--- a/src/include/win-mac.h
+++ b/src/include/win-mac.h
@@ -65,7 +65,7 @@
#include <windows.h> /* always include this here, to get correct FAR and NEAR */
-#define HAS_LABS
+#define HAVE_LABS
#ifndef KRB5_CALLCONV
#ifdef _MSC_VER
@@ -98,10 +98,10 @@ typedef unsigned char u_char;
#define KRB5_USE_INET
#define MSDOS_FILESYSTEM
-#define USE_STRING_H
+#define HAVE_STRING_H
#define HAVE_SRAND
#define HAVE_ERRNO
-#define HAS_STRDUP
+#define HAVE_STRDUP
#define NO_USERID
#define NO_PASSWORD
@@ -233,7 +233,7 @@ HINSTANCE get_lib_instance(void);
#define SIZEOF_SHORT 2
#define HAVE_SRAND
#define NO_PASSWORD
-#define HAS_LABS
+#define HAVE_LABS
#define ENOMEM -1
#define ANSI_STDIO
#ifndef _SIZET