aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in42
1 files changed, 42 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index 625293b..ed264ef 100644
--- a/config.h.in
+++ b/config.h.in
@@ -43,6 +43,9 @@
/* Define to 1 if you have the `gettimeofday' function. */
#undef HAVE_GETTIMEOFDAY
+/* Define if you have the iconv() function. */
+#undef HAVE_ICONV
+
/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H
@@ -73,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
@@ -103,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
@@ -164,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
@@ -181,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
@@ -226,6 +241,9 @@
/* Define to 1 if you have the <X11/Xutil.h> header file. */
#undef HAVE_X11_XUTIL_H
+/* Define as const if the declaration of iconv() needs const. */
+#undef ICONV_CONST
+
/* Define to 1 if `lstat' dereferences a symlink specified with a trailing
slash. */
#undef LSTAT_FOLLOWS_SLASHED_SYMLINK
@@ -275,6 +293,9 @@
/* i2c sensors plugin */
#undef PLUGIN_I2C_SENSORS
+/* iconv charset converter plugin */
+#undef PLUGIN_ICONV
+
/* imon plugin */
#undef PLUGIN_IMON
@@ -338,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
@@ -374,6 +404,9 @@
/* Define if using the dmalloc debugging malloc package */
#undef WITH_DMALLOC
+/* Electronic Assembly RS232 graphic driver */
+#undef WITH_EA232graphic
+
/* G-15 driver */
#undef WITH_G15
@@ -419,6 +452,9 @@
/* NULL driver */
#undef WITH_NULL
+/* parport bus driver */
+#undef WITH_PARPORT
+
/* PNG driver */
#undef WITH_PNG
@@ -434,6 +470,9 @@
/* serdisplib driver */
#undef WITH_SERDISPLIB
+/* serial bus driver */
+#undef WITH_SERIAL
+
/* SimpleLCD driver */
#undef WITH_SIMPLELCD
@@ -455,6 +494,9 @@
/* X11 driver */
#undef WITH_X11
+/* picoLCD driver */
+#undef WITH_picoLCD
+
/* Define to 1 if the X Window System is missing or not being used. */
#undef X_DISPLAY_MISSING