turn on the '-r' option for HP-UX and AIX

dev
Przemyslaw Skibinski 2016-12-12 11:59:17 +01:00
parent c01ac6c30a
commit 242c036875
1 changed files with 1 additions and 1 deletions

View File

@ -325,7 +325,7 @@ UTIL_STATIC int UTIL_prepareFileList(const char *dirName, char** bufStart, size_
return nbFiles;
}
#elif (defined(__APPLE__) && defined(__MACH__)) || defined(__SVR4) || \
#elif (defined(__APPLE__) && defined(__MACH__)) || defined(__SVR4) || defined(_AIX) || defined(__hpux) || \
defined(__DragonFly__) || defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) || \
((defined(__unix__) || defined(__unix) || defined(__midipix__)) && defined(_POSIX_C_SOURCE) && (_POSIX_C_SOURCE >= 200112L)) /* snprintf, opendir */
# define UTIL_HAS_CREATEFILELIST