Commit e2a63bee authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

removed HAVE_VPRINTF dependence

parent 4496e8ab
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -83,9 +83,6 @@
#include <sys/select.h>
#endif

#ifndef HAVE_VPRINTF
#error "We can't compile without vprintf() support!"
#endif
#ifndef HAVE_SELECT
#error "We can't compile without select() support!"
#endif