Searched refs:__GNUC_PREREQ__ (Results 1 - 1 of 1) sorted by relevance

/haiku/src/libs/compat/freebsd_network/compat/sys/
H A Dcdefs.h121 #define __GNUC_PREREQ__(ma, mi) \ macro
124 #define __GNUC_PREREQ__(ma, mi) 0 macro
155 #if __GNUC_PREREQ__(2, 96)
167 #if __GNUC_PREREQ__(4, 1)
188 #if __GNUC_PREREQ__(3, 1)
217 #if !__GNUC_PREREQ__(2, 5) && !defined(__INTEL_COMPILER)
228 #if __GNUC_PREREQ__(2, 7) || defined(__INTEL_COMPILER)
238 #if __GNUC_PREREQ__(4, 3)
245 #if __GNUC_PREREQ__(4, 9)
257 #if !__GNUC_PREREQ__(
[all...]

Completed in 31 milliseconds