mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-12-27 20:44:56 +00:00
Add OpenMP to list of compiled in features (for -v).
This commit is contained in:
parent
8da700b8c1
commit
bf2d9de16a
@ -187,6 +187,9 @@ static void print_version(void)
|
|||||||
" * XMMS2\n"
|
" * XMMS2\n"
|
||||||
#endif /* XMMS2 */
|
#endif /* XMMS2 */
|
||||||
"\n General:\n"
|
"\n General:\n"
|
||||||
|
#ifdef HAVE_OPENMP
|
||||||
|
" * OpenMP\n"
|
||||||
|
#endif /* HAVE_OPENMP */
|
||||||
#ifdef MATH
|
#ifdef MATH
|
||||||
" * math\n"
|
" * math\n"
|
||||||
#endif /* Math */
|
#endif /* Math */
|
||||||
|
Loading…
Reference in New Issue
Block a user