mirror of
https://github.com/curl/curl.git
synced 2026-07-23 18:47:16 +03:00
Added checks for RAND_screen, malloc.h and stdlib.h
This commit is contained in:
parent
912fd9b165
commit
8898ff9e04
1 changed files with 4 additions and 1 deletions
|
|
@ -119,6 +119,8 @@ dnl Checks for header files.
|
|||
AC_HEADER_STDC
|
||||
AC_CHECK_HEADERS( \
|
||||
unistd.h \
|
||||
malloc.h \
|
||||
stdlib.h \
|
||||
arpa/inet.h \
|
||||
net/if.h \
|
||||
netinet/in.h \
|
||||
|
|
@ -183,7 +185,8 @@ AC_CHECK_FUNCS( socket \
|
|||
getpass \
|
||||
closesocket \
|
||||
setvbuf \
|
||||
RAND_status
|
||||
RAND_status \
|
||||
RAND_screen
|
||||
)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue