aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2009-11-29 22:44:56 -0800
committerChris Robinson <[email protected]>2009-11-29 22:44:56 -0800
commit15aad09ce73e1a71837579be96348c8708c127ea (patch)
tree8769b3e4ee54804005b5b0e2eb26c1962fb36e23 /config.h.in
parentfdd314f7f8eddb6085a69b812bfa5a74dff6533d (diff)
Check for the pthread_setschedparam function
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index 93c13a63..8ccdf547 100644
--- a/config.h.in
+++ b/config.h.in
@@ -79,4 +79,7 @@
/* Define if we have _controlfp() */
#cmakedefine HAVE__CONTROLFP
+/* Define if we have pthread_setschedparam() */
+#cmakedefine HAVE_PTHREAD_SETSCHEDPARAM
+
#endif