Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -416,6 +416,7 @@ dnl Then headers.
dnl ----------------------------------------------------------------------------

dnl QNX requires unix.h to allow functions in libunix to work properly.
dnl locale.h is checked for supporting old code in extensions such as imagick.
AC_CHECK_HEADERS([ \
inttypes.h \
stdint.h \
Expand All @@ -440,7 +441,6 @@ netdb.h \
poll.h \
pwd.h \
resolv.h \
signal.h \
strings.h \
syslog.h \
sysexits.h \
Expand Down Expand Up @@ -642,7 +642,6 @@ statfs \
statvfs \
std_syslog \
strcasecmp \
strerror \
strfmon \
strnlen \
strptime \
Expand Down
2 changes: 0 additions & 2 deletions win32/build/config.w32.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@
#undef HAVE_FLOCK
#define HAVE_ALLOCA 1
#undef HAVE_SYS_TIME_H
#define HAVE_SIGNAL_H 1
#undef HAVE_STRUCT_STAT_ST_BLKSIZE
#undef HAVE_STRUCT_STAT_ST_BLOCKS
#define HAVE_STRUCT_STAT_ST_RDEV 1
Expand All @@ -80,7 +79,6 @@
#endif
#define HAVE_SHUTDOWN 1
#define HAVE_STRCASECMP 1
#define HAVE_STRERROR 1
#define HAVE_TEMPNAM 1
#define HAVE_UTIME 1
#undef HAVE_DIRENT_H
Expand Down