From a2d2569c7df5e9ec14650e2a3af8a0a01f200f7b Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 21 Mar 2000 14:23:45 +0000 Subject: release commit time --- config.h.in | 9 +++++++++ configure.in | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/config.h.in b/config.h.in index 6b1f924ae..7157972e7 100644 --- a/config.h.in +++ b/config.h.in @@ -37,6 +37,9 @@ /* The number of bytes in a long long. */ #undef SIZEOF_LONG_LONG +/* Define if you have the RAND_screen function. */ +#undef HAVE_RAND_SCREEN + /* Define if you have the RAND_status function. */ #undef HAVE_RAND_STATUS @@ -121,6 +124,9 @@ /* Define if you have the header file. */ #undef HAVE_IO_H +/* Define if you have the header file. */ +#undef HAVE_MALLOC_H + /* Define if you have the header file. */ #undef HAVE_NET_IF_H @@ -160,6 +166,9 @@ /* Define if you have the header file. */ #undef HAVE_SSL_H +/* Define if you have the header file. */ +#undef HAVE_STDLIB_H + /* Define if you have the header file. */ #undef HAVE_SYS_PARAM_H diff --git a/configure.in b/configure.in index 5f79aaff9..ad244149c 100644 --- a/configure.in +++ b/configure.in @@ -2,7 +2,7 @@ dnl $Id$ dnl Process this file with autoconf to produce a configure script. AC_INIT(lib/urldata.h) AM_CONFIG_HEADER(config.h src/config.h) -AM_INIT_AUTOMAKE(curl,"6.5") +AM_INIT_AUTOMAKE(curl,"6.5.1") dnl Checks for programs. AC_PROG_CC -- cgit v1.2.3