aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
authorreinelt <>2003-10-04 07:54:18 +0000
committerreinelt <>2003-10-04 07:54:18 +0000
commit4ba1a07d3323760bc6b07296574b4cf28ffba295 (patch)
treef9802927ea146f2d83c71f2286f7f79f430de260 /config.h.in
parent3c7c74b35051ae9a82ce18e2f863bf39847cce11 (diff)
downloadlcd4linux-4ba1a07d3323760bc6b07296574b4cf28ffba295.tar.gz
[lcd4linux @ 2003-10-04 07:54:17 by reinelt]
autoconf/automake/libtool fixes from Ronald Landheer-Cieslak
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 3ae6067..fb4a728 100644
--- a/config.h.in
+++ b/config.h.in
@@ -12,6 +12,9 @@
/* Define to 1 if you have the `atexit' function. */
#undef HAVE_ATEXIT
+/* Define to 1 if you have the <dlfcn.h> header file. */
+#undef HAVE_DLFCN_H
+
/* Define to 1 if you have the `dup2' function. */
#undef HAVE_DUP2