The dirent struct on IRIX doesn't have the d_type field, so define SYSTEM_NOT_SUPPORTING_D_TYPE

svn-id: r22085
This commit is contained in:
Joost Peters 2006-04-22 15:29:38 +00:00
parent 37633732f1
commit 2952dd123c

2
configure vendored
View File

@ -780,7 +780,7 @@ else
DEFINES="$DEFINES -DUNIX"
;;
irix*)
DEFINES="$DEFINES -DUNIX"
DEFINES="$DEFINES -DUNIX -DSYSTEM_NOT_SUPPORTING_D_TYPE"
_ranlib=:
;;
darwin*)