diff options
author | Daniel Stenberg <daniel@haxx.se> | 2000-03-21 14:23:45 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2000-03-21 14:23:45 +0000 |
commit | a2d2569c7df5e9ec14650e2a3af8a0a01f200f7b (patch) | |
tree | 4c73a0390573ecd010bd91c9dd3a3540876247a5 /config.h.in | |
parent | 9e4d9346a7429e14d03bdb1c19862a43338e57b8 (diff) | |
download | curl-a2d2569c7df5e9ec14650e2a3af8a0a01f200f7b.tar.gz |
release commit timecurl-6_5_1
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 9 |
1 files changed, 9 insertions, 0 deletions
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 <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 @@ -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 |