aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
authorsiretart <siretart@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2006-09-04 16:48:32 +0000
committersiretart <siretart@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2006-09-04 16:48:32 +0000
commit003305b62ae89d20f71976a8984d25a5de97729d (patch)
tree525036c85ea50cd88770351ac4ff36c0a221bf5d /config.h.in
parent4dce1a366200cf3b1217d875c707d83cc4808e6f (diff)
downloadlcd4linux-003305b62ae89d20f71976a8984d25a5de97729d.tar.gz
[lcd4linux @ 2006-09-04 16:48:32 by siretart]
rerun bootstrap on current debian/etch system using automake1.9 to make my previous commits active git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@706 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in7
1 files changed, 5 insertions, 2 deletions
diff --git a/config.h.in b/config.h.in
index ef29914..625293b 100644
--- a/config.h.in
+++ b/config.h.in
@@ -470,15 +470,18 @@
#undef inline
#endif
-/* Define to `long' if <sys/types.h> does not define. */
+/* Define to `long int' if <sys/types.h> does not define. */
#undef off_t
/* Define to `int' if <sys/types.h> does not define. */
#undef pid_t
-/* Define to `unsigned' if <sys/types.h> does not define. */
+/* 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