summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsasha <sasha@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-08-14 09:49:56 +0000
committersasha <sasha@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-08-14 09:49:56 +0000
commit6eafc3fa9c5c68262dec990e209945a2bfcba1e3 (patch)
tree6513d494e5fd880e264925e04bf86a4d80421d26
parentd7d34e5a7a71b07239909f37c2504d905cc104e5 (diff)
downloadzabbix-6eafc3fa9c5c68262dec990e209945a2bfcba1e3.tar.gz
zabbix-6eafc3fa9c5c68262dec990e209945a2bfcba1e3.tar.xz
zabbix-6eafc3fa9c5c68262dec990e209945a2bfcba1e3.zip
- [DEV-202] Unable to compile 1.5.3 on Solaris
git-svn-id: svn://svn.zabbix.com/trunk@5912 97f52cf1-0a1b-0410-bd0e-c28be96e8082
-rw-r--r--configure.in2
-rw-r--r--include/sysinc.h4
2 files changed, 1 insertions, 5 deletions
diff --git a/configure.in b/configure.in
index 2e3ec868..c4381755 100644
--- a/configure.in
+++ b/configure.in
@@ -38,7 +38,7 @@ dnl AM_PROG_LIBTOOL
dnl Checks for header files.
AC_HEADER_STDC
AC_CHECK_HEADERS(stdio.h stdlib.h string.h unistd.h netdb.h signal.h \
- syslog.h time.h errno.h sys/types.h sys/dir.h sys/stat.h netinet/in.h \
+ syslog.h time.h errno.h sys/types.h sys/stat.h netinet/in.h \
math.h sys/socket.h dirent.h ctype.h \
mtent.h fcntl.h sys/param.h sys/mount.h arpa/inet.h \
sys/vfs.h sys/pstat.h sys/sysinfo.h sys/statvfs.h \
diff --git a/include/sysinc.h b/include/sysinc.h
index 7bbabd8c..e58b0463 100644
--- a/include/sysinc.h
+++ b/include/sysinc.h
@@ -81,10 +81,6 @@
# include <sys/types.h>
#endif
-#ifdef HAVE_SYS_DIR_H
-# include <sys/dir.h>
-#endif
-
#ifdef HAVE_INTTYPES_H
# include <inttypes.h>
#endif