Loading config.h.in +9 −0 Original line number Diff line number Diff line Loading @@ -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 Loading Loading @@ -121,6 +124,9 @@ /* Define if you have the <io.h> header file. */ #undef HAVE_IO_H /* Define if you have the <malloc.h> header file. */ #undef HAVE_MALLOC_H /* Define if you have the <net/if.h> header file. */ #undef HAVE_NET_IF_H Loading Loading @@ -160,6 +166,9 @@ /* Define if you have the <ssl.h> header file. */ #undef HAVE_SSL_H /* Define if you have the <stdlib.h> header file. */ #undef HAVE_STDLIB_H /* Define if you have the <sys/param.h> header file. */ #undef HAVE_SYS_PARAM_H Loading configure.in +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
config.h.in +9 −0 Original line number Diff line number Diff line Loading @@ -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 Loading Loading @@ -121,6 +124,9 @@ /* Define if you have the <io.h> header file. */ #undef HAVE_IO_H /* Define if you have the <malloc.h> header file. */ #undef HAVE_MALLOC_H /* Define if you have the <net/if.h> header file. */ #undef HAVE_NET_IF_H Loading Loading @@ -160,6 +166,9 @@ /* Define if you have the <ssl.h> header file. */ #undef HAVE_SSL_H /* Define if you have the <stdlib.h> header file. */ #undef HAVE_STDLIB_H /* Define if you have the <sys/param.h> header file. */ #undef HAVE_SYS_PARAM_H Loading
configure.in +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading