* k5-int.h (labs, HAVE_LABS): Never define.
* win-mac.h (HAVE_LABS): Don't define.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@15796
dc483132-0cff-0310-8789-
dd5450dbe970
2003-08-26 Ken Raeburn <raeburn@mit.edu>
+ * configure.in: Don't test for labs, memmove or bcopy.
+ * k5-int.h (labs, HAVE_LABS): Never define.
+ * win-mac.h (HAVE_LABS): Don't define.
+
* configure.in: Check for some C99 headers and types.
* fake-addrinfo.h (inline): Supported by Sun Forte Developer 7
AC_PROG_AWK
AC_PROG_LEX
AC_C_CONST
-AC_CHECK_FUNCS(strdup labs setvbuf memmove bcopy inet_ntoa inet_aton seteuid setresuid setreuid setegid setresgid setregid)
+AC_CHECK_FUNCS(strdup setvbuf inet_ntoa inet_aton seteuid setresuid setreuid setegid setresgid setregid)
dnl
dnl Check what the return types for gethostbyname_r and getservbyname_r are.
dnl
#define INI_FILES "Files"
#define INI_KRB_CCACHE "krb5cc" /* Location of the ccache */
#define INI_KRB5_CONF "krb5.ini" /* Location of krb5.conf file */
-#define HAVE_LABS
#define ANSI_STDIO
#endif
#define SIZEOF_SHORT 2
#define HAVE_SRAND
#define NO_PASSWORD
-#define HAVE_LABS
/*#define ENOMEM -1*/
#define ANSI_STDIO
#include <size_t.h>
#define O_BINARY 0
#endif
-#ifndef HAVE_LABS
-#define labs(x) abs(x)
-#endif
-
/* #define KRB5_OLD_CRYPTO is done in krb5.h */
#endif /* KRB5_CONFIG__ */
#include <windows.h>
-#define HAVE_LABS
-
#ifndef KRB5_CALLCONV
# define KRB5_CALLCONV __stdcall
# define KRB5_CALLCONV_C __cdecl