summaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
authorGeorge Lebl <jirka@5z.com>2003-07-28 17:39:03 +0000
committerGeorge Lebl <jirka@src.gnome.org>2003-07-28 17:39:03 +0000
commit1ed4984a24db1e471ed9c560b2b99e12e868f939 (patch)
treea9ff2f63b5532b9f04b51292ca796309f09e3af8 /acconfig.h
parent3c93a08cd463f1741bc2800ed6e716463b77065e (diff)
downloadgdm-1ed4984a24db1e471ed9c560b2b99e12e868f939.tar.gz
check for sched_yield in the standard lib and then in -lrt, and don't use
Mon Jul 28 10:36:52 2003 George Lebl <jirka@5z.com> * confiugure.in, acconfig.h, daemon/slave.c, daemon/gdm.c: check for sched_yield in the standard lib and then in -lrt, and don't use it if we can't find it. Also remove its usage from places where we're going to yield the processor very soon anyway.
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h
index 3c2b3bd3..2045dc4d 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -36,3 +36,4 @@
#undef GETTEXT_PACKAGE
#undef HAVE_LOGINCAP
#undef HAVE_SYS_SOCKIO_H
+#undef HAVE_SCHED_YIELD