1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

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