diff options
author | reinelt <> | 2004-03-10 07:16:15 +0000 |
---|---|---|
committer | reinelt <> | 2004-03-10 07:16:15 +0000 |
commit | 888c37c1b1aa181c76253af8425b2bbbac4bbc4a (patch) | |
tree | 8d972295b9fcf571a0d6ee743dba8ed225a9600d /config.h.in | |
parent | d41637d6f5dbac37f0996dd161be63fd02af93d1 (diff) | |
download | lcd4linux-888c37c1b1aa181c76253af8425b2bbbac4bbc4a.tar.gz |
[lcd4linux @ 2004-03-10 07:16:15 by reinelt]
MySQL plugin from Javier added
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/config.h.in b/config.h.in index 9d23e63..5cea0c7 100644 --- a/config.h.in +++ b/config.h.in @@ -15,9 +15,6 @@ /* Define to 1 if you have the <asm/msr.h> header file. */ #undef HAVE_ASM_MSR_H -/* Define to 1 if you have the `atexit' function. */ -#undef HAVE_ATEXIT - /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'. */ #undef HAVE_DIRENT_H @@ -43,9 +40,6 @@ /* Define to 1 if you have the `gethostbyname' function. */ #undef HAVE_GETHOSTBYNAME -/* Define to 1 if you have the `getloadavg' function. */ -#undef HAVE_GETLOADAVG - /* Define to 1 if you have the `gettimeofday' function. */ #undef HAVE_GETTIMEOFDAY @@ -76,6 +70,9 @@ /* Define to 1 if you have the `memset' function. */ #undef HAVE_MEMSET +/* Define to 1 if you have the <mysql/mysql.h> header file. */ +#undef HAVE_MYSQL_MYSQL_H + /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */ #undef HAVE_NDIR_H @@ -169,9 +166,6 @@ */ #undef HAVE_SYS_NDIR_H -/* Define to 1 if you have the <sys/param.h> header file. */ -#undef HAVE_SYS_PARAM_H - /* Define to 1 if you have the <sys/select.h> header file. */ #undef HAVE_SYS_SELECT_H |