update to automake 1.4/autoconf 2.13

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@5460 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1999-03-01 09:52:24 +00:00
parent c028bd28e8
commit e20466bcab
18 changed files with 59 additions and 337 deletions

View File

@@ -1,8 +1,5 @@
@BOTTOM@
#undef VERSION
#undef PACKAGE
#undef BINDIR
#undef LIBDIR
#undef LIBEXECDIR
@@ -25,164 +22,12 @@
#define KRB_PUT_INT(F, T, L, S) krb_put_int((F), (T), (L))
#endif
/* Define this to the type ssize_t should be */
#undef ssize_t
/* Define this to the type sig_atomic_t should be */
#undef sig_atomic_t
/* Define this to the type mode_t should be */
#undef mode_t
/* Define this if struct utmp have ut_user */
#undef HAVE_UT_USER
/* Define this if struct utmp have ut_host */
#undef HAVE_UT_HOST
/* Define this if struct utmp have ut_addr */
#undef HAVE_UT_ADDR
/* Define this if struct utmp have ut_type */
#undef HAVE_UT_TYPE
/* Define this if struct utmp have ut_pid */
#undef HAVE_UT_PID
/* Define this if struct utmp have ut_id */
#undef HAVE_UT_ID
/* Define this if struct utmpx have ut_syslen */
#undef HAVE_UT_SYSLEN
/* Define this if struct utmpx have ut_exit */
#undef HAVE_UT_EXIT
/* Define this if you have a IPv6 */
#undef HAVE_IPV6
/* define if prototype of gethostbyname is compatible with
`struct hostent *gethostbyname(const char *)
*/
#undef GETHOSTBYNAME_PROTO_COMPATIBLE
/* define if prototype of gethostbyaddr is compatible with
`struct hostent *gethostbyaddr(const void *, size_t, int)
*/
#undef GETHOSTBYADDR_PROTO_COMPATIBLE
/* define if prototype of getservbyname is compatible with
`struct servent *getservbyname(const char *, const char *)
*/
#undef GETSERVBYNAME_PROTO_COMPATIBLE
/* define if prototype of openlog is compatible with
`void openlog(const char *, int, int)'
*/
#undef OPENLOG_PROTO_COMPATIBLE
/* define if you have h_errno */
#undef HAVE_H_ERRNO
/* define if you have h_errlist but not hstrerror */
#undef HAVE_H_ERRLIST
/* define if you have h_nerr but not hstrerror */
#undef HAVE_H_NERR
/* define if your system doesn't declare h_errlist */
#undef HAVE_H_ERRLIST_DECLARATION
/* define if your system doesn't declare h_nerr */
#undef HAVE_H_NERR_DECLARATION
/* define this if you need a declaration for h_errno */
#undef HAVE_H_ERRNO_DECLARATION
/* define if you need a declaration for optarg */
#undef HAVE_OPTARG_DECLARATION
/* define if you need a declaration for optind */
#undef HAVE_OPTIND_DECLARATION
/* define if you need a declaration for opterr */
#undef HAVE_OPTERR_DECLARATION
/* define if you need a declaration for optopt */
#undef HAVE_OPTOPT_DECLARATION
/* define if you need a declaration for environ */
#undef HAVE_ENVIRON_DECLARATION
/* define if you need a declaration for __progname */
#undef HAVE___PROGNAME_DECLARATION
/* define if the system is missing a prototype for crypt() */
#undef NEED_CRYPT_PROTO
/* define if the system is missing a prototype for strtok_r() */
#undef NEED_STRTOK_R_PROTO
/* define if the system is missing a prototype for getusershell() */
#undef NEED_GETUSERSHELL_PROTO
/* define if the system is missing a prototype for strtok_r() */
#undef NEED_HSTRERROR_PROTO
/* define if the system is missing a prototype for snprintf() */
#undef NEED_SNPRINTF_PROTO
/* define if the system is missing a prototype for vsnprintf() */
#undef NEED_VSNPRINTF_PROTO
/* define if the system is missing a prototype for asnprintf() */
#undef NEED_ASNPRINTF_PROTO
/* define if the system is missing a prototype for asprintf() */
#undef NEED_ASPRINTF_PROTO
/* define if the system is missing a prototype for vasnprintf() */
#undef NEED_VASNPRINTF_PROTO
/* define if the system is missing a prototype for vasprintf() */
#undef NEED_VASPRINTF_PROTO
/* define if the system is missing a prototype for gethostname() */
#undef NEED_GETHOSTNAME_PROTO
/* define if the system is missing a prototype for inet_aton() */
#undef NEED_INET_ATON_PROTO
/* define if the system is missing a prototype for mkstemp() */
#undef NEED_MKSTEMP_PROTO
/* define if the system is missing a prototype for glob() */
#undef NEED_GLOB_PROTO
/* Define this if your `struct tm' has a field `tm_gmtoff' */
#undef HAVE_STRUCT_TM_TM_GMTOFF
/* define if getcwd() is broken (such as in SunOS) */
#undef BROKEN_GETCWD
/* Define this if you have a variable `timezone' */
#undef HAVE_TIMEZONE
/* Define this if you have a struct spwd */
#undef HAVE_STRUCT_SPWD
/* Define this if struct winsize is declared in sys/termios.h */
#undef HAVE_STRUCT_WINSIZE
/* Define this if struct winsize has ws_xpixel */
#undef HAVE_WS_XPIXEL
/* Define this if struct winsize has ws_ypixel */
#undef HAVE_WS_YPIXEL
/* Define this if struct sockaddr has sa_len */
#undef SOCKADDR_HAS_SA_LEN
/* Define to isoc_realloc if you have a broken realloc */
#undef BROKEN_REALLOC
#ifdef BROKEN_REALLOC
@@ -201,12 +46,6 @@
/* Define if you have a readline compatible library */
#undef HAVE_READLINE
/* define if el_init takes four arguments */
#undef HAVE_FOUR_VALUED_EL_INIT
/* Define if you have hesiod */
#undef HESIOD
#define RCSID(msg) \
static /**/const char *const rcsid[] = { (char *)rcsid, "\100(#)" msg }
@@ -233,9 +72,6 @@ static /**/const char *const rcsid[] = { (char *)rcsid, "\100(#)" msg }
/* define this for OTP support */
#undef OTP
/* define this if you have kerberos 4 */
#undef KRB4
/* define this if you want to use the KDC as a kaserver */
#undef KASERVER
@@ -255,9 +91,6 @@ static /**/const char *const rcsid[] = { (char *)rcsid, "\100(#)" msg }
#define AUTHENTICATION 1
#endif
/* Define if you have hesiod */
#undef HESIOD
/* define if you want key-deriving des3 code */
#undef NEW_DES3_CODE