summaryrefslogtreecommitdiff
path: root/pjlib/include/pj/compat/cc_gcc.h
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2005-11-22 01:05:59 +0000
committerBenny Prijono <bennylp@teluu.com>2005-11-22 01:05:59 +0000
commitff261fd32f979e87eccee2e7a10849d042fa6c2d (patch)
tree1009410a7c7bbe72227fc699ba0e58e41820b74b /pjlib/include/pj/compat/cc_gcc.h
parent1dbbf091516b903b271907259aa19dc90ab2f1f6 (diff)
Added more info for pj_dump_config
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@75 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjlib/include/pj/compat/cc_gcc.h')
-rw-r--r--pjlib/include/pj/compat/cc_gcc.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/pjlib/include/pj/compat/cc_gcc.h b/pjlib/include/pj/compat/cc_gcc.h
index eeca7e48..f49c8b0a 100644
--- a/pjlib/include/pj/compat/cc_gcc.h
+++ b/pjlib/include/pj/compat/cc_gcc.h
@@ -28,6 +28,12 @@
# error "This file is only for gcc!"
#endif
+#define PJ_CC_NAME "gcc"
+#define PJ_CC_VER_1 __GNUC__
+#define PJ_CC_VER_2 __GNUC_MINOR__
+#define PJ_CC_VER_3 __GNUC_PATCHLEVEL__
+
+
#define PJ_INLINE_SPECIFIER static inline
#define PJ_THREAD_FUNC
#define PJ_NORETURN