remove occurences of USE_STRING_H, HAS_STRDUP, and HAS_LABS
authorTom Yu <tlyu@mit.edu>
Fri, 19 Sep 1997 20:07:20 +0000 (20:07 +0000)
committerTom Yu <tlyu@mit.edu>
Fri, 19 Sep 1997 20:07:20 +0000 (20:07 +0000)
(see ChangeLogs for details)

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10199 dc483132-0cff-0310-8789-dd5450dbe970

28 files changed:
src/ChangeLog
src/acconfig.h
src/appl/gss-sample/ChangeLog
src/appl/gss-sample/configure.in
src/appl/gss-sample/gss-server.c
src/include/ChangeLog
src/include/k5-int.h
src/include/krb5/ChangeLog
src/include/krb5/configure.in
src/include/win-mac.h
src/kadmin/cli/ChangeLog
src/kadmin/cli/memmove.c
src/kadmin/v5passwdd/ChangeLog
src/kadmin/v5passwdd/kpasswd.c
src/lib/gssapi/krb5/ChangeLog
src/lib/gssapi/krb5/acquire_cred.c
src/lib/gssapi/krb5/import_name.c
src/lib/krb5/os/ChangeLog
src/lib/krb5/os/hst_realm.c
src/lib/krb5/posix/ChangeLog
src/lib/krb5/posix/memmove.c
src/lib/krb5/posix/strcasecmp.c
src/mac/libraries/ChangeLog
src/mac/libraries/KerberosHeaders.h
src/mac/libraries/autoconf.h
src/util/ss/ChangeLog
src/util/ss/configure.in
src/util/ss/utils.c

index 69af8c10c78202022623cdf6994f252c980412e8..3ab8ec1b16f9ad9190461a1f7c932a8adb88fbe8 100644 (file)
@@ -1,3 +1,7 @@
+Thu Sep 18 17:51:39 1997  Tom Yu  <tlyu@mit.edu>
+
+       * acconfig.h: Remove USE_STRING_H, HAS_STRDUP, HAS_LABS
+
 Mon Aug 18 11:28:25 1997  Ezra Peisach  <epeisach@mit.edu>
 
        * aclocal.m4 (KRB5_LIB_PARAMS): For the alpha, RUN_ENV needs to
index b3b6c7aae5d99f8ac753b3656a9137d51d3f34fb..f67b762138ac2dd841e093b7ebdd87f5033921a9 100644 (file)
@@ -9,8 +9,6 @@
 #undef ANSI_STDIO
 #undef HAS_SETVBUF
 #undef HAS_STDLIB_H
-#undef HAS_STRDUP
-#undef HAS_LABS
 #undef HAS_VOID_TYPE
 #undef KRB5_NO_PROTOTYPES
 #undef KRB5_PROVIDE_PROTOTYPES
@@ -23,7 +21,6 @@
 #undef POSIX_TERMIOS
 #undef POSIX_TYPES
 #undef USE_DIRENT_H
-#undef USE_STRING_H
 #undef WAIT_USES_INT
 #undef krb5_sigtype
 #undef HAS_UNISTD_H
index 68aa4ab3060701d79f697b570b137c9fbb9a7111..8bdd01df7522a0ea9a7ca2c7423d873828f45d75 100644 (file)
@@ -1,3 +1,9 @@
+Thu Sep 18 17:52:26 1997  Tom Yu  <tlyu@mit.edu>
+
+       * configure.in: Replace USE_STRING_H with something more sane.
+
+       * gss-server.c: Replace USE_STRING_H with something more sane.
+
 Fri Jun  6 15:05:57 1997  Theodore Y. Ts'o  <tytso@mit.edu>
 
        * gss-server.c (server_establish_context): Rearrange server
index 635fa9a6610efafe2408e2142d6f7ab3aa6e5c77..1cda89b3b6fa43746c00e748da77be641a137065 100644 (file)
@@ -1,8 +1,7 @@
 AC_INIT(gss-client.c)
 CONFIG_RULES
 USE_ANAME
-AC_CHECK_HEADERS(unistd.h stdlib.h)
-AC_CHECK_HEADER(string.h,AC_DEFINE(USE_STRING_H))
+AC_CHECK_HEADERS(unistd.h stdlib.h string.h)
 AC_CONST
 AC_PROG_INSTALL
 KRB5_BUILD_PROGRAM
index f195b45a06407970399417ef38b9b0f19a0d0ff1..ef9d4958201097af86a6ab734a4f4eeb1afc5d9b 100644 (file)
@@ -38,7 +38,7 @@ static char *rcsid = "$Header$";
 #include <gssapi/gssapi_generic.h>
 #include "gss-misc.h"
 
-#ifdef USE_STRING_H
+#ifdef HAVE_STRING_H
 #include <string.h>
 #else
 #include <strings.h>
index a2b90d42a1e4c8e691f89e8eaad02b46f58edb2c..2dd4e5af5da2932b394d8572dbcb6ae0e7195b26 100644 (file)
@@ -1,3 +1,10 @@
+Thu Sep 18 17:52:59 1997  Tom Yu  <tlyu@mit.edu>
+
+       * win-mac.h: Replace USE_STRING_H with something more sane.
+
+       * k5-int.h: Replace USE_STRING_H, HAS_STRDUP, HAS_LABS with
+       something more sane.
+
 Mon Sep 15 14:54:55 1997  Ezra Peisach  <epeisach@mit.edu>
 
        * krb5.hin: Add const to prototypes for krb5_cc_resolve,
index 9eb30b4b1ada17984833a2b3de20513eac52c584..47edbce03f1518c4a34cd9a1364d05543c584c1b 100644 (file)
@@ -68,7 +68,7 @@
 #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 HAS_LABS
+#define HAVE_LABS
 #endif
 
 
@@ -79,7 +79,7 @@
 #define SIZEOF_SHORT 2
 #define HAVE_SRAND
 #define NO_PASSWORD
-#define HAS_LABS
+#define HAVE_LABS
 #define ENOMEM -1
 #define ANSI_STDIO
 #ifndef _SIZET
@@ -145,7 +145,7 @@ typedef unsigned char       u_char;
 #define O_BINARY 0
 #endif
 
-#ifndef HAS_LABS
+#ifndef HAVE_LABS
 #define labs(x) abs(x)
 #endif
 
@@ -365,13 +365,13 @@ extern char *getenv();
 #endif /* ! __STDC__ */
 #endif /* HAS_STDLIB_H */
 
-#ifdef USE_STRING_H
+#ifdef HAVE_STRING_H
 #include <string.h>
 #else
 #include <strings.h>
 #endif
 
-#ifndef HAS_STRDUP
+#ifndef HAVE_STRDUP
 extern char *strdup KRB5_PROTOTYPE((const char *));
 #endif
 
index 353189e441dfe16d4dffee4c2ee0ac0262721386..9226e5efec41ec14674c9dff40f825d9243678b4 100644 (file)
@@ -1,3 +1,7 @@
+Thu Sep 18 20:42:03 1997  Tom Yu  <tlyu@mit.edu>
+
+       * configure.in: Replace USE_STRING_H, HAS_STRDUP, HAS_LABS
+
 Mon Sep 15 15:01:49 1997  Ezra Peisach  <epeisach@mit.edu>
 
        * kdb_dbm.h: Add const to argument of krb5_dbm_db_get_principal.
index 60ea056a56a63964b1c0419b4ef6da97be778aa9..2e6dcd8eb57a30c579662c056306c1c011bda157 100644 (file)
@@ -4,8 +4,7 @@ AC_CONFIG_HEADER(autoconf.h)
 AC_PROG_LEX
 AC_PROG_INSTALL
 HAVE_YYLINENO
-AC_FUNC_CHECK(strdup,AC_DEFINE(HAS_STRDUP))
-AC_FUNC_CHECK(labs,AC_DEFINE(HAS_LABS))
+AC_CHECK_FUNCS(strdup labs)
 CHECK_DIRENT
 CHECK_WAIT_TYPE
 AC_TYPE_UID_T
@@ -21,7 +20,7 @@ KRB5_SIGTYPE
 
 dnl
 dnl
-AC_HEADER_CHECK(string.h,AC_DEFINE(USE_STRING_H))
+AC_CHECK_HEADERS(string.h)
 AC_HEADER_CHECK(stdlib.h,AC_DEFINE(HAS_STDLIB_H),AC_DEFINE(NO_STDLIB_H))
 AC_CHECK_HEADERS(sys/types.h sys/file.h sys/param.h sys/stat.h macsock.h stddef.h xom.h dbm.h ndbm.h)
 AC_HEADER_STDARG
index 8193ea47f1689e0b7461812d62a15b0fd4c53d93..516c7199791251cb48b706ca46f6aecb703bd9b4 100644 (file)
@@ -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
index 1bfeee128ab62e850954f0493c8190ddf22ddb9b..25bbd67e6cfa5cfecdfe82b0b289d9b988f831e8 100644 (file)
@@ -1,3 +1,7 @@
+Thu Sep 18 17:54:10 1997  Tom Yu  <tlyu@mit.edu>
+
+       * memmove.c: Replace USE_STRING_H with something more sane.
+
 Fri Jul 25 15:45:24 1997  Tom Yu  <tlyu@mit.edu>
 
        * dump.c: Update to new kdb API.
index abc91e923edce38d9f8ec2a8f151c777b554c89c..71f5861556c85036e53469f9e46086bb6159db5f 100644 (file)
@@ -40,7 +40,7 @@
 
 #include <krb5/osconf.h>
 #include <krb5/config.h>
-#ifdef USE_STRING_H
+#ifdef HAVE_STRING_H
 #include <string.h>
 #else
 #include <strings.h>
index 8cdc355bef40a92ba8519500b419670a988b24bd..d834bdbd96a65420fc0c82c1ee0fab216a820ee0 100644 (file)
@@ -1,3 +1,7 @@
+Thu Sep 18 17:54:40 1997  Tom Yu  <tlyu@mit.edu>
+
+       * kpasswd.c: Replace USE_STRING_H with something more sane.
+
 Thu Feb  6 00:28:54 1997  Richard Basch  <basch@lehman.com>
 
        * adm_conn.c adm_rw.c:
index 327c081a34a72e39a7e05d1768c0c9f38396a98c..1a7d1c49b81f5f89e944ea9c6df06179402699eb 100644 (file)
 #include "adm_defs.h"
 #include "adm.h"
 
-#ifdef USE_STRING_H
+#ifdef HAVE_STRING_H
 #include <string.h>
-#else  /* USE_STRING_H */
+#else  /* HAVE_STRING_H */
 #include <strings.h>
-#endif /* USE_STRING_H */
+#endif /* HAVE_STRING_H */
 
 \f
 /*
index ec04ee0f4db57c815320997e42ea782c783608fd..71e2cfa618aec0be89989b803ebe2886bacff11c 100644 (file)
@@ -1,3 +1,9 @@
+Thu Sep 18 17:55:09 1997  Tom Yu  <tlyu@mit.edu>
+
+       * acquire_cred.c: Replace USE_STRING_H with something more sane.
+
+       * import_name.c: Replace USE_STRING_H with something more sane.
+
 Tue Jul 29 22:56:04 1997  Theodore Y. Ts'o  <tytso@mit.edu>
 
        * inq_names.c (krb5_gss_inquire_names_for_mech): Add the 
index 8f1935038d74d65c874b106dca20194a1882ac8c..402ac3ab2d655d5586d2b73546ba1d2110b0e195 100644 (file)
@@ -21,7 +21,7 @@
  */
 
 #include "gssapiP_krb5.h"
-#ifdef USE_STRING_H
+#ifdef HAVE_STRING_H
 #include <string.h>
 #else
 #include <strings.h>
index 92972dc53fc517eafb320bf4e16c5ab91cbeeeda..90206a7011270b4fdf689be931e27db5dead53d6 100644 (file)
@@ -30,7 +30,7 @@
 #include <pwd.h>
 #endif
 
-#ifdef USE_STRING_H
+#ifdef HAVE_STRING_H
 #include <string.h>
 #else
 #include <strings.h>
index 01058953d0d617ec8a4a6a3451bf40f0eebcea95..ff2c9142b178991a71bef7f0c660105d64a888f8 100644 (file)
@@ -1,3 +1,7 @@
+Thu Sep 18 17:56:00 1997  Tom Yu  <tlyu@mit.edu>
+
+       * hst_realm.c: Replace USE_STRING_H with something more sane.
+
 Mon Sep 15 15:21:12 1997  Ezra Peisach  <epeisach@mit.edu>
 
        * ccdefname.c (krb5_cc_default_name): Returns a const char *.
index 6ff814abf265373163a7bb5100640e481c345ab4..b782a03592fd3042feb797a28eb3517d4fa2e0a7 100644 (file)
@@ -66,7 +66,7 @@
 #include "k5-int.h"
 #include <ctype.h>
 #include <stdio.h>
-#ifdef USE_STRING_H
+#ifdef HAVE_STRING_H
 #include <string.h>
 #else
 #include <strings.h>
index b5954ce926a2e5286944289e256ba960f67792a2..c60660f16d93625da9f2729582ab87d1058432c9 100644 (file)
@@ -1,3 +1,9 @@
+Thu Sep 18 17:56:29 1997  Tom Yu  <tlyu@mit.edu>
+
+       * strcasecmp.c: Replace USE_STRING_H with something more sane.
+
+       * memmove.c: Replace USE_STRING_H with something more sane.
+
 Sat Feb 22 22:42:10 1997  Richard Basch  <basch@lehman.com>
 
        * Makefile.in: Use some of the new library list build rules in
index 5126ed26c0b77dec7e852c28320324b6a87740f6..3650c3d5ab5c61eb263908808411fb63e237c93b 100644 (file)
@@ -42,7 +42,7 @@
 #ifdef HAS_SYS_TYPES_H
 #include <sys/types.h>
 #endif
-#ifdef USE_STRING_H
+#ifdef HAVE_STRING_H
 #include <string.h>
 #else
 #include <strings.h>
index cec8c1ed235a617889560581f7d20a63191cc171..dda10ea3141b4d1379f1d0e8a28f595944953bfe 100644 (file)
@@ -32,7 +32,7 @@
  */
 
 #include "k5-int.h"
-#ifdef USE_STRING_H
+#ifdef HAVE_STRING_H
 #include <string.h>
 #else
 #include <strings.h>
index 2bd1ed987daf824c659d3d69bb1f1befe02fce15..f3a429d8fb73e2590058e4328791d7649ba437ec 100644 (file)
@@ -1,3 +1,7 @@
+Thu Sep 18 17:59:05 1997  Tom Yu  <tlyu@mit.edu>
+
+       * autoconf.h: Replace USE_STRING_H with something more sane.
+
 Tue Jul 15 12:36:05 1997  Theodore Y. Ts'o  <tytso@mit.edu>
 
        * KerberosHeaders.h: Remove (probably unneeded) size_t definition.
index 2d95084ada08a726d19d559b303d0ae0bcf5dc46..f8cc17d3a5852130664f60a6581acb44b72a5ac1 100644 (file)
@@ -17,7 +17,7 @@
 #define ENOMEM -1
 #define HAVE_SRAND
 #define NO_PASSWORD
-#define HAS_LABS
+#define HAVE_LABS
 #define ANSI_STDIO
 
 #include <unix.h>
index c5531dfb0a726c44de1437f3e8e60e11c7d0120a..f44a5db218c397a2867ee8fe5777efa95af7ce98 100644 (file)
@@ -9,7 +9,7 @@
 #define NO_YYLINENO 1
 #define POSIX_TYPES 1
 #define USE_DIRENT_H 1
-#define USE_STRING_H 1
+#define HAVE_STRING_H 1
 #define WAIT_USES_INT 1
 #define krb5_sigtype void
 #define KRB5_USE_INET 1
index 62b717c9af9ca12055c0f84dd45ac28f42cc86cf..1276069ace4646799b712d6a140535086cf2ae37 100644 (file)
@@ -1,3 +1,9 @@
+Thu Sep 18 20:44:03 1997  Tom Yu  <tlyu@mit.edu>
+
+       * utils.c: Replace HAS_STRDUP with something more sane.
+
+       * configure.in: Replace HAS_STRDUP with something more sane.
+
 Sun Aug 17 14:39:56 1997  Ezra Peisach  <epeisach@mit.edu>
 
        * Makefile.in (SRCS): Add $(srcdir) as needed.
index da5ed208d145e7acfa2ecdc11f5011d989b5bb84..29c57ba3bafe12f23b9cc8e5098871629b1dcf69 100644 (file)
@@ -7,7 +7,7 @@ AC_PROG_ARCHIVE
 AC_PROG_ARCHIVE_ADD
 AC_PROG_RANLIB
 HAVE_YYLINENO
-AC_FUNC_CHECK(strdup,AC_DEFINE(HAS_STRDUP))
+AC_CHECK_FUNCS(strdup)
 CHECK_DIRENT
 CHECK_WAIT_TYPE
 CHECK_SIGNALS
index 3520601b7006ccd7cb1c8e774ee1da0eb7eb8538..9698e7043f6607e41e47dfb7f05685f994e6ed10 100644 (file)
@@ -123,7 +123,7 @@ char *quote(string)
        return(result);
 }
 
-#ifndef HAS_STRDUP
+#ifndef HAVE_STRDUP
 /* make duplicate of string and return pointer */
 char *strdup(s)
        register char *s;