comparison dstress.c @ 273:68b883fe4fad

added *BSD support to the test framework Anders F Bj?rklund <afb@algonet.se> 2005-02-06 mail:36b15bf19097bed2997cbed4a4fdb825@algonet.se
author thomask
date Mon, 07 Feb 2005 00:08:11 +0000
parents 588a453e1c9a
children 7e28d437d6d7
comparison
equal deleted inserted replaced
272:2f12017c3af9 273:68b883fe4fad
69 #ifdef __GLIBC__ 69 #ifdef __GLIBC__
70 #define USE_POSIX_LOAD 70 #define USE_POSIX_LOAD
71 #endif 71 #endif
72 72
73 #ifdef linux 73 #ifdef linux
74 #define USE_POSIX_LOAD
75 #endif
76
77 #if defined(__APPLE__) && defined(__MACH__)
78 #define USE_POSIX_LOAD
79 #endif
80
81 #ifdef __FreeBSD__
74 #define USE_POSIX_LOAD 82 #define USE_POSIX_LOAD
75 #endif 83 #endif
76 84
77 #ifdef USE_POSIX_LOAD 85 #ifdef USE_POSIX_LOAD
78 86