From: Panu Matilainen Date: Wed, 23 Dec 2009 11:36:29 +0000 (+0200) Subject: Dont bother including , we dont use anything from there X-Git-Tag: rpm-4.9.0-beta1~1070 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=68a5dd58034920ac776b8925cd3825f6981798c8;p=platform%2Fupstream%2Frpm.git Dont bother including , we dont use anything from there --- diff --git a/configure.ac b/configure.ac index a81e6fc..d66c84f 100644 --- a/configure.ac +++ b/configure.ac @@ -379,7 +379,7 @@ AC_CHECK_HEADERS(locale.h) AC_CHECK_HEADERS(limits.h) AC_CHECK_HEADERS(fcntl.h getopt.h memory.h netdb.h pwd.h utime.h) -AC_CHECK_HEADERS(sys/ipc.h sys/socket.h sys/select.h) +AC_CHECK_HEADERS(sys/ipc.h sys/select.h) AC_CHECK_HEADERS(sys/types.h sys/stdtypes.h) AC_CHECK_HEADERS(sys/mman.h sys/utsname.h sys/wait.h) diff --git a/system.h b/system.h index 7c7d403..25573b9 100644 --- a/system.h +++ b/system.h @@ -304,11 +304,6 @@ extern int setenv(const char *name, const char *value, int replace); extern void unsetenv(const char *name); #endif -#if HAVE_SYS_SOCKET_H -#include -#include -#endif - #if HAVE_POLL_H #include #else