X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=bacula%2Fautoconf%2Facconfig.h;h=e7fb0a28fb4051d54a830027328159381cdc7928;hb=59ceb7bda26d458975db740607423080a4443b74;hp=8da8849a36f15907c7ab6808b86b3068f48a2025;hpb=e53be911eaed3564909002be3995d5106d25f4ef;p=bacula%2Fbacula diff --git a/bacula/autoconf/acconfig.h b/bacula/autoconf/acconfig.h index 8da8849a36..e7fb0a28fb 100644 --- a/bacula/autoconf/acconfig.h +++ b/bacula/autoconf/acconfig.h @@ -20,13 +20,18 @@ /* Define to `int' if doesn't define. */ #undef ssize_t +/* Define if you want to use PostgreSQL */ +#undef HAVE_POSTGRESQL + /* Define if you want to use MySQL */ #undef HAVE_MYSQL +/* Defined if MySQL thread safe library is present */ +#undef HAVE_THREAD_SAFE_MYSQL + /* Define if you want to use embedded MySQL */ #undef HAVE_EMBEDDED_MYSQL - /* Define if you want to use SQLite */ #undef HAVE_SQLITE @@ -119,7 +124,7 @@ /* Define to 1 if utime.h exists and declares struct utimbuf. */ #undef HAVE_UTIME_H -#if (HAVE_MYSQL||HAVE_PGSQL||HAVE_MSQL||HAVE_IODBC||HAVE_UNIXODBC||HAVE_SOLID||HAVE_VIRT||HAVE_IBASE||HAVE_ORACLE8||HAVE_ORACLE7||HAVE_EASYSOFT) +#if (HAVE_MYSQL||HAVE_POSTGRESQL||HAVE_MSQL||HAVE_IODBC||HAVE_UNIXODBC||HAVE_SOLID||HAVE_VIRT||HAVE_IBASE||HAVE_ORACLE8||HAVE_ORACLE7||HAVE_EASYSOFT) #define HAVE_SQL #endif @@ -173,6 +178,7 @@ #undef HAVE_SGI_OS #undef HAVE_CYGWIN #undef HAVE_OSF1_OS +#undef HAVE_DARWIN_OS /* Set to correct scanf value for long long int */ #undef lld @@ -195,3 +201,12 @@ #undef HAVE_READDIR_R #undef HAVE_STRERROR_R #undef HAVE_GETHOSTBYNAME_R + +#undef HAVE_STRTOLL +#undef HAVE_INET_PTON + +#undef HAVE_SOCKLEN_T + +#undef HAVE_OLD_SOCKOPT + +#undef HAVE_BIGENDIAN