Commit 8898ff9e authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

Added checks for RAND_screen, malloc.h and stdlib.h

parent 912fd9b1
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -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
)