aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
authorreinelt <>2005-06-10 11:22:28 +0000
committerreinelt <>2005-06-10 11:22:28 +0000
commitf1f82751d1ff30a7841eb625a7ad82cfc3aa7bc1 (patch)
tree36abaeb726aab9cc4794a5f8c4aa0f75225c85b1 /config.h.in
parentfe4b27a11c1c78275cf67ba27dcad12c1098e413 (diff)
downloadlcd4linux-f1f82751d1ff30a7841eb625a7ad82cfc3aa7bc1.tar.gz
[lcd4linux @ 2005-06-10 11:22:28 by reinelt]
double-check for X11 headers (AC_PATH_XTRA is buggy)
Diffstat (limited to '')
-rw-r--r--config.h.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index 525be92..b9b52cc 100644
--- a/config.h.in
+++ b/config.h.in
@@ -208,6 +208,12 @@
/* Define to 1 if `vfork' works. */
#undef HAVE_WORKING_VFORK
+/* Define to 1 if you have the <X11/Xlib.h> header file. */
+#undef HAVE_X11_XLIB_H
+
+/* Define to 1 if you have the <X11/Xutil.h> header file. */
+#undef HAVE_X11_XUTIL_H
+
/* Define to 1 if `lstat' dereferences a symlink specified with a trailing
slash. */
#undef LSTAT_FOLLOWS_SLASHED_SYMLINK