aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
authorreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2004-06-08 12:35:25 +0000
committerreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2004-06-08 12:35:25 +0000
commitdcc21331db8a298cc58df1d5187e7d6c3802c698 (patch)
tree88d441e4420a7e08e3a4aa9feece203f3405553a /config.h.in
parentc0d32e02c2ef7a009bc236a1b333a8dd25e9029e (diff)
downloadlcd4linux-dcc21331db8a298cc58df1d5187e7d6c3802c698.tar.gz
[lcd4linux @ 2004-06-08 12:35:24 by reinelt]
autoconf/automake updates git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@469 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in27
1 files changed, 6 insertions, 21 deletions
diff --git a/config.h.in b/config.h.in
index 9dac2e4..6964e7c 100644
--- a/config.h.in
+++ b/config.h.in
@@ -25,6 +25,9 @@
/* Define to 1 if you have the <fcntl.h> header file. */
#undef HAVE_FCNTL_H
+/* Define to 1 if you have the `floor' function. */
+#undef HAVE_FLOOR
+
/* Define to 1 if you have the `fork' function. */
#undef HAVE_FORK
@@ -58,9 +61,6 @@
/* Define to 1 if you have the <linux/ppdev.h> header file. */
#undef HAVE_LINUX_PPDEV_H
-/* Define to 1 if you have the <malloc.h> header file. */
-#undef HAVE_MALLOC_H
-
/* Define to 1 if you have the <memory.h> header file. */
#undef HAVE_MEMORY_H
@@ -91,9 +91,6 @@
/* Define to 1 if you have the `regcomp' function. */
#undef HAVE_REGCOMP
-/* Define to 1 if you have the `select' function. */
-#undef HAVE_SELECT
-
/* Define to 1 if you have the `socket' function. */
#undef HAVE_SOCKET
@@ -122,6 +119,9 @@
/* Define to 1 if you have the `strerror' function. */
#undef HAVE_STRERROR
+/* Define to 1 if you have the `strftime' function. */
+#undef HAVE_STRFTIME
+
/* Define to 1 if you have the <strings.h> header file. */
#undef HAVE_STRINGS_H
@@ -163,9 +163,6 @@
*/
#undef HAVE_SYS_NDIR_H
-/* Define to 1 if you have the <sys/select.h> header file. */
-#undef HAVE_SYS_SELECT_H
-
/* Define to 1 if you have the <sys/socket.h> header file. */
#undef HAVE_SYS_SOCKET_H
@@ -178,9 +175,6 @@
/* Define to 1 if you have the <sys/types.h> header file. */
#undef HAVE_SYS_TYPES_H
-/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
-#undef HAVE_SYS_WAIT_H
-
/* Define to 1 if you have the <termios.h> header file. */
#undef HAVE_TERMIOS_H
@@ -296,15 +290,6 @@
/* Define if you want to turn on SCO-specific code */
#undef SCO_FLAVOR
-/* Define to the type of arg 1 for `select'. */
-#undef SELECT_TYPE_ARG1
-
-/* Define to the type of args 2, 3 and 4 for `select'. */
-#undef SELECT_TYPE_ARG234
-
-/* Define to the type of arg 5 for `select'. */
-#undef SELECT_TYPE_ARG5
-
/* Define to 1 if you have the ANSI C header files. */
#undef STDC_HEADERS