Searched defs:__USE_GNU (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/
H A Dmain.cpp121 #ifndef __USE_GNU
122 #define __USE_GNU macro
/vbox/src/libs/xpcom18a4/xpcom/base/
H A DnsStackFrameUnix.cpp47 // if __USE_GNU is defined. I suppose its some kind of standards
50 #if (__GLIBC_MINOR__ >= 1) && !defined(__USE_GNU)
51 #define __USE_GNU macro
H A DnsTraceRefcntImpl.cpp58 // if __USE_GNU is defined. I suppose its some kind of standards
61 #if (__GLIBC_MINOR__ >= 1) && !defined(__USE_GNU)
62 #define __USE_GNU macro

Completed in 4396 milliseconds