* configure.in: Don't test for labs, memmove or bcopy.
authorKen Raeburn <raeburn@mit.edu>
Tue, 26 Aug 2003 20:23:58 +0000 (20:23 +0000)
committerKen Raeburn <raeburn@mit.edu>
Tue, 26 Aug 2003 20:23:58 +0000 (20:23 +0000)
* 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

src/include/ChangeLog
src/include/configure.in
src/include/k5-int.h
src/include/win-mac.h

index 45d284d248b1392d0f1092782a954167d4981645..5502f2e9521afb9c510540b87b4bfb28849eb30d 100644 (file)
@@ -1,5 +1,9 @@
 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
index cfca33449b1c297ec049ea767642d83a08df5288..788381342ba1882ef114f3cfa1cdf0e6e2a292ee 100644 (file)
@@ -9,7 +9,7 @@ AC_PROG_INSTALL
 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
index 2be8ce590044e7ac5dc16a37c97e08a3df0441a0..ba1674a7e6c6c6b8b243d3fa071925174dca660a 100644 (file)
@@ -97,7 +97,6 @@
 #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>
@@ -157,10 +155,6 @@ typedef unsigned char      u_char;
 #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__ */
index b6cf96dfa532ad90b93b52e09f46f72b299e5414..16d1062e87864663e8e5e5140abe0893d13d6f6e 100644 (file)
@@ -31,8 +31,6 @@
 
 #include <windows.h>
 
-#define HAVE_LABS
-
 #ifndef KRB5_CALLCONV
 #  define KRB5_CALLCONV __stdcall
 #  define KRB5_CALLCONV_C __cdecl