aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
authorreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2006-06-25 15:13:00 +0000
committerreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2006-06-25 15:13:00 +0000
commita2bb31e88bf20d30d1a3e3d50fba774c2a438b49 (patch)
tree3480bebe9b726685361a13bb3363e898b564f805 /config.h.in
parent825e9464a208d1cf5b0be3ec2ba2a9726c198cfe (diff)
downloadlcd4linux-a2bb31e88bf20d30d1a3e3d50fba774c2a438b49.tar.gz
[lcd4linux @ 2006-06-25 15:13:00 by reinelt]
automake-1.9 cleanups git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@666 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in9
1 files changed, 6 insertions, 3 deletions
diff --git a/config.h.in b/config.h.in
index 9ec12f4..087a822 100644
--- a/config.h.in
+++ b/config.h.in
@@ -128,6 +128,9 @@
/* Define to 1 if you have the `strchr' function. */
#undef HAVE_STRCHR
+/* Define to 1 if you have the `strcspn' function. */
+#undef HAVE_STRCSPN
+
/* Define to 1 if you have the `strdup' function. */
#undef HAVE_STRDUP
@@ -181,9 +184,6 @@
/* Define to 1 if you have the <sys/socket.h> header file. */
#undef HAVE_SYS_SOCKET_H
-/* Define to 1 if you have the <sys/statfs.h> header file. */
-#undef HAVE_SYS_STATFS_H
-
/* Define to 1 if you have the <sys/stat.h> header file. */
#undef HAVE_SYS_STAT_H
@@ -470,6 +470,9 @@
/* Define to `unsigned int' if <sys/types.h> does not define. */
#undef size_t
+/* Define to `int' if <sys/types.h> does not define. */
+#undef ssize_t
+
/* Define to `int' if <sys/types.h> doesn't define. */
#undef uid_t