aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
authormichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2007-01-14 14:02:13 +0000
committermichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2007-01-14 14:02:13 +0000
commit120eb7f75d271ccea49c4c06b36225844fef3bb5 (patch)
tree225a108234ba0d748939793d5e12ae00546607a1 /config.h.in
parente82672100f75531c388d2c9d2f2e1cdd186f9873 (diff)
downloadlcd4linux-120eb7f75d271ccea49c4c06b36225844fef3bb5.tar.gz
re-bootstrapped
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@732 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in21
1 files changed, 21 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index 3145ff9..422a6ae 100644
--- a/config.h.in
+++ b/config.h.in
@@ -76,6 +76,9 @@
/* Define to 1 if you have the <luise.h> header file. */
#undef HAVE_LUISE_H
+/* Define to 1 if you have the `memmove' function. */
+#undef HAVE_MEMMOVE
+
/* Define to 1 if you have the <memory.h> header file. */
#undef HAVE_MEMORY_H
@@ -106,6 +109,9 @@
/* 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 <serdisplib/serdisp.h> header file. */
#undef HAVE_SERDISPLIB_SERDISP_H
@@ -167,6 +173,9 @@
/* Define to 1 if you have the `strtol' function. */
#undef HAVE_STRTOL
+/* Define to 1 if you have the `strtoul' function. */
+#undef HAVE_STRTOUL
+
/* Define to 1 if you have the <syslog.h> header file. */
#undef HAVE_SYSLOG_H
@@ -184,6 +193,9 @@
*/
#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
@@ -347,6 +359,15 @@
/* 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