From: Alan T. DeKok Date: Thu, 7 Jan 2021 20:50:42 +0000 (-0500) Subject: remove PACKAGE_* definitions from config.h.in X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=201a51ce5341e9ce756d32b4d7914e716b20bea2;p=thirdparty%2Ffreeradius-server.git remove PACKAGE_* definitions from config.h.in likely added by running "autoconf" locally, instead of doing "make reconfig" at the top level. We don't use PACKAGE_* definitions for anything, and they should only be defined at the top level. i.e. the package is "freeradius-server", and not "whatever module this happens to be" --- diff --git a/src/lib/curl/config.h.in b/src/lib/curl/config.h.in index 6c9dfa74223..01ed37222bc 100644 --- a/src/lib/curl/config.h.in +++ b/src/lib/curl/config.h.in @@ -66,23 +66,5 @@ /* Defined if libcurl supports TFTP */ #undef LIBCURL_PROTOCOL_TFTP -/* Define to the address where bug reports for this package should be sent. */ -#undef PACKAGE_BUGREPORT - -/* Define to the full name of this package. */ -#undef PACKAGE_NAME - -/* Define to the full name and version of this package. */ -#undef PACKAGE_STRING - -/* Define to the one symbol short name of this package. */ -#undef PACKAGE_TARNAME - -/* Define to the home page for this package. */ -#undef PACKAGE_URL - -/* Define to the version of this package. */ -#undef PACKAGE_VERSION - /* Define curl_free() as free() if our version of curl lacks curl_free. */ #undef curl_free diff --git a/src/lib/json/config.h.in b/src/lib/json/config.h.in index ad995354fe9..16803e5c335 100644 --- a/src/lib/json/config.h.in +++ b/src/lib/json/config.h.in @@ -30,22 +30,4 @@ /* Define to 1 if you have the `json_tokener_get_error' function. */ #undef HAVE_JSON_TOKENER_GET_ERROR -/* Define to the address where bug reports for this package should be sent. */ -#undef PACKAGE_BUGREPORT - -/* Define to the full name of this package. */ -#undef PACKAGE_NAME - -/* Define to the full name and version of this package. */ -#undef PACKAGE_STRING - -/* Define to the one symbol short name of this package. */ -#undef PACKAGE_TARNAME - -/* Define to the home page for this package. */ -#undef PACKAGE_URL - -/* Define to the version of this package. */ -#undef PACKAGE_VERSION - #include diff --git a/src/lib/ldap/config.h.in b/src/lib/ldap/config.h.in index 0ef1f75f18e..907803e47b5 100644 --- a/src/lib/ldap/config.h.in +++ b/src/lib/ldap/config.h.in @@ -71,24 +71,6 @@ /* Number of arguments the rebind procedure takes */ #undef LDAP_SET_REBIND_PROC_ARGS -/* Define to the address where bug reports for this package should be sent. */ -#undef PACKAGE_BUGREPORT - -/* Define to the full name of this package. */ -#undef PACKAGE_NAME - -/* Define to the full name and version of this package. */ -#undef PACKAGE_STRING - -/* Define to the one symbol short name of this package. */ -#undef PACKAGE_TARNAME - -/* Define to the home page for this package. */ -#undef PACKAGE_URL - -/* Define to the version of this package. */ -#undef PACKAGE_VERSION - /* Define to 1 if you have the ANSI C header files. */ #undef STDC_HEADERS diff --git a/src/modules/rlm_couchbase/config.h.in b/src/modules/rlm_couchbase/config.h.in index f80de9c3838..b429c2fc9fc 100644 --- a/src/modules/rlm_couchbase/config.h.in +++ b/src/modules/rlm_couchbase/config.h.in @@ -1,19 +1 @@ /* config.h.in. Generated from configure.ac by autoheader. */ - -/* Define to the address where bug reports for this package should be sent. */ -#undef PACKAGE_BUGREPORT - -/* Define to the full name of this package. */ -#undef PACKAGE_NAME - -/* Define to the full name and version of this package. */ -#undef PACKAGE_STRING - -/* Define to the one symbol short name of this package. */ -#undef PACKAGE_TARNAME - -/* Define to the home page for this package. */ -#undef PACKAGE_URL - -/* Define to the version of this package. */ -#undef PACKAGE_VERSION diff --git a/src/modules/rlm_lua/config.h.in b/src/modules/rlm_lua/config.h.in index 30b3d947cf8..e5d5fdfde5d 100644 --- a/src/modules/rlm_lua/config.h.in +++ b/src/modules/rlm_lua/config.h.in @@ -42,23 +42,5 @@ /* Define to 1 if you have the header file. */ #undef HAVE_UNISTD_H -/* Define to the address where bug reports for this package should be sent. */ -#undef PACKAGE_BUGREPORT - -/* Define to the full name of this package. */ -#undef PACKAGE_NAME - -/* Define to the full name and version of this package. */ -#undef PACKAGE_STRING - -/* Define to the one symbol short name of this package. */ -#undef PACKAGE_TARNAME - -/* Define to the home page for this package. */ -#undef PACKAGE_URL - -/* Define to the version of this package. */ -#undef PACKAGE_VERSION - /* Define to 1 if you have the ANSI C header files. */ #undef STDC_HEADERS diff --git a/src/modules/rlm_mschap/config.h.in b/src/modules/rlm_mschap/config.h.in index 83f3b78e0f5..ccd7fc8109a 100644 --- a/src/modules/rlm_mschap/config.h.in +++ b/src/modules/rlm_mschap/config.h.in @@ -3,23 +3,5 @@ /* Build with Apple Open Directory support */ #undef HAVE_MEMBERSHIP_H -/* Define to the address where bug reports for this package should be sent. */ -#undef PACKAGE_BUGREPORT - -/* Define to the full name of this package. */ -#undef PACKAGE_NAME - -/* Define to the full name and version of this package. */ -#undef PACKAGE_STRING - -/* Define to the one symbol short name of this package. */ -#undef PACKAGE_TARNAME - -/* Define to the home page for this package. */ -#undef PACKAGE_URL - -/* Define to the version of this package. */ -#undef PACKAGE_VERSION - /* Build with direct winbind auth support */ #undef WITH_AUTH_WINBIND diff --git a/src/modules/rlm_pam/config.h.in b/src/modules/rlm_pam/config.h.in index 32ef6ff2026..4f24b141bc3 100644 --- a/src/modules/rlm_pam/config.h.in +++ b/src/modules/rlm_pam/config.h.in @@ -33,20 +33,5 @@ /* Define to 1 if you have the header file. */ #undef HAVE_UNISTD_H -/* Define to the address where bug reports for this package should be sent. */ -#undef PACKAGE_BUGREPORT - -/* Define to the full name of this package. */ -#undef PACKAGE_NAME - -/* Define to the full name and version of this package. */ -#undef PACKAGE_STRING - -/* Define to the one symbol short name of this package. */ -#undef PACKAGE_TARNAME - -/* Define to the version of this package. */ -#undef PACKAGE_VERSION - /* Define to 1 if you have the ANSI C header files. */ #undef STDC_HEADERS diff --git a/src/modules/rlm_perl/config.h.in b/src/modules/rlm_perl/config.h.in index 989ed53d80d..7b7e552a9ed 100644 --- a/src/modules/rlm_perl/config.h.in +++ b/src/modules/rlm_perl/config.h.in @@ -1,16 +1,2 @@ /* config.h.in. Generated from configure.ac by autoheader. */ -/* Define to the address where bug reports for this package should be sent. */ -#undef PACKAGE_BUGREPORT - -/* Define to the full name of this package. */ -#undef PACKAGE_NAME - -/* Define to the full name and version of this package. */ -#undef PACKAGE_STRING - -/* Define to the one symbol short name of this package. */ -#undef PACKAGE_TARNAME - -/* Define to the version of this package. */ -#undef PACKAGE_VERSION diff --git a/src/modules/rlm_radutmp/config.h.in b/src/modules/rlm_radutmp/config.h.in index 9a883cc0865..ef5f2fd31b0 100644 --- a/src/modules/rlm_radutmp/config.h.in +++ b/src/modules/rlm_radutmp/config.h.in @@ -30,20 +30,5 @@ /* Define to 1 if you have the header file. */ #undef HAVE_UNISTD_H -/* Define to the address where bug reports for this package should be sent. */ -#undef PACKAGE_BUGREPORT - -/* Define to the full name of this package. */ -#undef PACKAGE_NAME - -/* Define to the full name and version of this package. */ -#undef PACKAGE_STRING - -/* Define to the one symbol short name of this package. */ -#undef PACKAGE_TARNAME - -/* Define to the version of this package. */ -#undef PACKAGE_VERSION - /* Define to 1 if you have the ANSI C header files. */ #undef STDC_HEADERS diff --git a/src/modules/rlm_sql/drivers/rlm_sql_mysql/config.h.in b/src/modules/rlm_sql/drivers/rlm_sql_mysql/config.h.in index e03d1a96a74..e19bf083305 100644 --- a/src/modules/rlm_sql/drivers/rlm_sql_mysql/config.h.in +++ b/src/modules/rlm_sql/drivers/rlm_sql_mysql/config.h.in @@ -5,18 +5,3 @@ /* Define if you have */ #undef HAVE_MYSQL_MYSQL_H - -/* Define to the address where bug reports for this package should be sent. */ -#undef PACKAGE_BUGREPORT - -/* Define to the full name of this package. */ -#undef PACKAGE_NAME - -/* Define to the full name and version of this package. */ -#undef PACKAGE_STRING - -/* Define to the one symbol short name of this package. */ -#undef PACKAGE_TARNAME - -/* Define to the version of this package. */ -#undef PACKAGE_VERSION diff --git a/src/modules/rlm_sql/drivers/rlm_sql_postgresql/config.h.in b/src/modules/rlm_sql/drivers/rlm_sql_postgresql/config.h.in index 866ce58729d..f2f2b46e3e9 100644 --- a/src/modules/rlm_sql/drivers/rlm_sql_postgresql/config.h.in +++ b/src/modules/rlm_sql/drivers/rlm_sql_postgresql/config.h.in @@ -11,21 +11,3 @@ /* Define to 1 if you have the `PQinitSSL' function. */ #undef HAVE_PQINITSSL - -/* Define to the address where bug reports for this package should be sent. */ -#undef PACKAGE_BUGREPORT - -/* Define to the full name of this package. */ -#undef PACKAGE_NAME - -/* Define to the full name and version of this package. */ -#undef PACKAGE_STRING - -/* Define to the one symbol short name of this package. */ -#undef PACKAGE_TARNAME - -/* Define to the home page for this package. */ -#undef PACKAGE_URL - -/* Define to the version of this package. */ -#undef PACKAGE_VERSION diff --git a/src/modules/rlm_sql/drivers/rlm_sql_sqlite/config.h.in b/src/modules/rlm_sql/drivers/rlm_sql_sqlite/config.h.in index e4668716431..39771580051 100644 --- a/src/modules/rlm_sql/drivers/rlm_sql_sqlite/config.h.in +++ b/src/modules/rlm_sql/drivers/rlm_sql_sqlite/config.h.in @@ -17,21 +17,3 @@ /* Define to 1 if you have the `sqlite3_prepare_v2' function. */ #undef HAVE_SQLITE3_PREPARE_V2 - -/* Define to the address where bug reports for this package should be sent. */ -#undef PACKAGE_BUGREPORT - -/* Define to the full name of this package. */ -#undef PACKAGE_NAME - -/* Define to the full name and version of this package. */ -#undef PACKAGE_STRING - -/* Define to the one symbol short name of this package. */ -#undef PACKAGE_TARNAME - -/* Define to the home page for this package. */ -#undef PACKAGE_URL - -/* Define to the version of this package. */ -#undef PACKAGE_VERSION diff --git a/src/modules/rlm_unbound/config.h.in b/src/modules/rlm_unbound/config.h.in index f80de9c3838..7b7e552a9ed 100644 --- a/src/modules/rlm_unbound/config.h.in +++ b/src/modules/rlm_unbound/config.h.in @@ -1,19 +1,2 @@ /* config.h.in. Generated from configure.ac by autoheader. */ -/* Define to the address where bug reports for this package should be sent. */ -#undef PACKAGE_BUGREPORT - -/* Define to the full name of this package. */ -#undef PACKAGE_NAME - -/* Define to the full name and version of this package. */ -#undef PACKAGE_STRING - -/* Define to the one symbol short name of this package. */ -#undef PACKAGE_TARNAME - -/* Define to the home page for this package. */ -#undef PACKAGE_URL - -/* Define to the version of this package. */ -#undef PACKAGE_VERSION diff --git a/src/modules/rlm_unix/config.h.in b/src/modules/rlm_unix/config.h.in index dcb9aa2a26a..d48e6176c8a 100644 --- a/src/modules/rlm_unix/config.h.in +++ b/src/modules/rlm_unix/config.h.in @@ -42,20 +42,5 @@ /* Define to 1 if you have the header file. */ #undef HAVE_UNISTD_H -/* Define to the address where bug reports for this package should be sent. */ -#undef PACKAGE_BUGREPORT - -/* Define to the full name of this package. */ -#undef PACKAGE_NAME - -/* Define to the full name and version of this package. */ -#undef PACKAGE_STRING - -/* Define to the one symbol short name of this package. */ -#undef PACKAGE_TARNAME - -/* Define to the version of this package. */ -#undef PACKAGE_VERSION - /* Define to 1 if you have the ANSI C header files. */ #undef STDC_HEADERS diff --git a/src/modules/rlm_winbind/config.h.in b/src/modules/rlm_winbind/config.h.in index f80de9c3838..b429c2fc9fc 100644 --- a/src/modules/rlm_winbind/config.h.in +++ b/src/modules/rlm_winbind/config.h.in @@ -1,19 +1 @@ /* config.h.in. Generated from configure.ac by autoheader. */ - -/* Define to the address where bug reports for this package should be sent. */ -#undef PACKAGE_BUGREPORT - -/* Define to the full name of this package. */ -#undef PACKAGE_NAME - -/* Define to the full name and version of this package. */ -#undef PACKAGE_STRING - -/* Define to the one symbol short name of this package. */ -#undef PACKAGE_TARNAME - -/* Define to the home page for this package. */ -#undef PACKAGE_URL - -/* Define to the version of this package. */ -#undef PACKAGE_VERSION diff --git a/src/modules/rlm_yubikey/config.h.in b/src/modules/rlm_yubikey/config.h.in index eeaed3301ab..99f81130a5c 100644 --- a/src/modules/rlm_yubikey/config.h.in +++ b/src/modules/rlm_yubikey/config.h.in @@ -5,21 +5,3 @@ /* Build with yubikey token decryption support support from yubikey */ #undef HAVE_YUBIKEY - -/* Define to the address where bug reports for this package should be sent. */ -#undef PACKAGE_BUGREPORT - -/* Define to the full name of this package. */ -#undef PACKAGE_NAME - -/* Define to the full name and version of this package. */ -#undef PACKAGE_STRING - -/* Define to the one symbol short name of this package. */ -#undef PACKAGE_TARNAME - -/* Define to the home page for this package. */ -#undef PACKAGE_URL - -/* Define to the version of this package. */ -#undef PACKAGE_VERSION