aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
authorreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2005-06-10 11:22:28 +0000
committerreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2005-06-10 11:22:28 +0000
commit2140b533b376fb859bc5ea8e9b46dd6cba035d2b (patch)
tree36abaeb726aab9cc4794a5f8c4aa0f75225c85b1 /config.h.in
parent49853f2611471866847fbc5ae108e9a4ea976b85 (diff)
downloadlcd4linux-2140b533b376fb859bc5ea8e9b46dd6cba035d2b.tar.gz
[lcd4linux @ 2005-06-10 11:22:28 by reinelt]
double-check for X11 headers (AC_PATH_XTRA is buggy) git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@574 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'config.h.in')
-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