user.cfg.in: Define _GLIBCXX_HAS_GTHREADS for mutex, condition_variable, and thread output.
2008-09-22 Benjamin Kosnik <bkoz@redhat.com> * doc/doxygen/user.cfg.in: Define _GLIBCXX_HAS_GTHREADS for mutex, condition_variable, and thread output. From-SVN: r140560
This commit is contained in:
parent
7846e5f916
commit
880f8ea3bd
@ -1,3 +1,8 @@
|
||||
2008-09-22 Benjamin Kosnik <bkoz@redhat.com>
|
||||
|
||||
* doc/doxygen/user.cfg.in: Define _GLIBCXX_HAS_GTHREADS for mutex,
|
||||
condition_variable, and thread output.
|
||||
|
||||
2008-09-22 Paolo Carlini <paolo.carlini@oracle.com>
|
||||
|
||||
* doc/html/ext/lwg-closed.html: Update to Revision R59.
|
||||
|
@ -1172,6 +1172,7 @@ INCLUDE_FILE_PATTERNS =
|
||||
|
||||
PREDEFINED = __cplusplus \
|
||||
__GTHREADS \
|
||||
_GLIBCXX_HAS_GTHREADS \
|
||||
__GXX_EXPERIMENTAL_CXX0X__ \
|
||||
"_GLIBCXX_STD_P= " \
|
||||
"_GLIBCXX_STD_D= " \
|
||||
|
Loading…
Reference in New Issue
Block a user