diff options
author | reinelt <> | 2004-06-08 12:35:25 +0000 |
---|---|---|
committer | reinelt <> | 2004-06-08 12:35:25 +0000 |
commit | f1a9273f43a52f5fada7fe97fe6707ef1f8aabad (patch) | |
tree | 88d441e4420a7e08e3a4aa9feece203f3405553a /config.h.in | |
parent | a418f047178a91c130f020079dd80f232c737000 (diff) | |
download | lcd4linux-f1a9273f43a52f5fada7fe97fe6707ef1f8aabad.tar.gz |
[lcd4linux @ 2004-06-08 12:35:24 by reinelt]
autoconf/automake updates
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 27 |
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 |