1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2024-12-04 14:46:30 -05:00

We weren't actually using poll at all, we were just including the header.

For portability, remove the header and the check in configure.in

svn path=/trunk/net/; revision=4283
This commit is contained in:
brendan 2003-01-21 06:45:43 +00:00
parent cefe6b8970
commit ac6bd1d2e7

View File

@ -36,7 +36,6 @@
#include <arpa/inet.h>
#include <sys/time.h>
#include <netdb.h>
#include <sys/poll.h>
#else
#include <winsock2.h>
#define vsnprintf _vsnprintf