removed HAVE_VPRINTF dependence

This commit is contained in:
Daniel Stenberg 2000-08-17 15:40:26 +00:00
parent 4496e8ab8c
commit e2a63bee59

View file

@ -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