From f89a08d579f270d78b6e48a04ec63cef23539c88 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 14 Apr 2008 15:25:45 +0200 Subject: [PATCH] autoheader generates config.h instead of cconfig.h. --- configure.ac | 2 +- src/charsets.c | 2 +- src/client.c | 2 +- src/connection.c | 2 +- src/eventl.c | 2 +- src/getaddrinfo.c | 2 +- src/http.c | 2 +- src/http_command.c | 2 +- src/icu_I18N.c | 2 +- src/icu_chain_test.c | 2 +- src/logic.c | 2 +- src/normalize7bit.c | 2 +- src/pazpar2.c | 2 +- src/pazpar2_config.c | 2 +- src/reclists.c | 2 +- src/record.c | 2 +- src/relevance.c | 2 +- src/sel_thread.c | 2 +- src/termlists.c | 2 +- src/test_config.c | 2 +- src/test_icu_I18N.c | 2 +- src/test_normalize.c | 2 +- src/test_reclists.c | 2 +- src/test_record.c | 2 +- src/test_relevance.c | 2 +- src/test_sel_thread.c | 2 +- src/util.c | 2 +- 27 files changed, 27 insertions(+), 27 deletions(-) diff --git a/configure.ac b/configure.ac index b6a0348..4023093 100644 --- a/configure.ac +++ b/configure.ac @@ -6,7 +6,7 @@ AC_PREREQ(2.60) AC_INIT([pazpar2],[1.0.6],[pazpar2-help@indexdata.dk]) -AC_CONFIG_HEADERS(src/cconfig.h) +AC_CONFIG_HEADERS(src/config.h) AC_CONFIG_SRCDIR([configure.ac]) AC_CONFIG_AUX_DIR([config]) diff --git a/src/charsets.c b/src/charsets.c index b753c4f..80388e8 100644 --- a/src/charsets.c +++ b/src/charsets.c @@ -22,7 +22,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ #if HAVE_CONFIG_H -#include "cconfig.h" +#include #endif #include diff --git a/src/client.c b/src/client.c index ad9d237..696db40 100644 --- a/src/client.c +++ b/src/client.c @@ -47,7 +47,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA #include #if HAVE_CONFIG_H -#include "cconfig.h" +#include #endif #define USE_TIMING 0 diff --git a/src/connection.c b/src/connection.c index 965ebc8..067c7ac 100644 --- a/src/connection.c +++ b/src/connection.c @@ -33,7 +33,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA #include #if HAVE_CONFIG_H -#include "cconfig.h" +#include #endif #include diff --git a/src/eventl.c b/src/eventl.c index 2dfac4d..7cbd6b0 100644 --- a/src/eventl.c +++ b/src/eventl.c @@ -32,7 +32,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA #include #if HAVE_CONFIG_H -#include +#include #endif #ifdef WIN32 diff --git a/src/getaddrinfo.c b/src/getaddrinfo.c index cce2532..0e9a96a 100644 --- a/src/getaddrinfo.c +++ b/src/getaddrinfo.c @@ -18,7 +18,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ #if HAVE_CONFIG_H -#include "cconfig.h" +#include #endif #include "sel_thread.h" diff --git a/src/http.c b/src/http.c index e697b4e..f4d8d69 100644 --- a/src/http.c +++ b/src/http.c @@ -33,7 +33,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA #include #if HAVE_CONFIG_H -#include +#include #endif #include diff --git a/src/http_command.c b/src/http_command.c index 9bcf77e..24928d9 100644 --- a/src/http_command.c +++ b/src/http_command.c @@ -31,7 +31,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA #include #include #if HAVE_CONFIG_H -#include +#include #endif #include diff --git a/src/icu_I18N.c b/src/icu_I18N.c index 6786777..cfd3b18 100644 --- a/src/icu_I18N.c +++ b/src/icu_I18N.c @@ -18,7 +18,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ #if HAVE_CONFIG_H -#include "cconfig.h" +#include #endif #define USE_TIMING 0 diff --git a/src/icu_chain_test.c b/src/icu_chain_test.c index db25893..873551c 100644 --- a/src/icu_chain_test.c +++ b/src/icu_chain_test.c @@ -18,7 +18,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ #if HAVE_CONFIG_H -#include "cconfig.h" +#include #endif #include diff --git a/src/logic.c b/src/logic.c index 07f2254..bf1a9d1 100644 --- a/src/logic.c +++ b/src/logic.c @@ -47,7 +47,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA #include #if HAVE_CONFIG_H -#include "cconfig.h" +#include #endif #define USE_TIMING 0 diff --git a/src/normalize7bit.c b/src/normalize7bit.c index f6a6d49..7642cd7 100644 --- a/src/normalize7bit.c +++ b/src/normalize7bit.c @@ -26,7 +26,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA #include #if HAVE_CONFIG_H -#include "cconfig.h" +#include #endif #include "normalize7bit.h" diff --git a/src/pazpar2.c b/src/pazpar2.c index 84c6d5e..0a32283 100644 --- a/src/pazpar2.c +++ b/src/pazpar2.c @@ -18,7 +18,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ #if HAVE_CONFIG_H -#include "cconfig.h" +#include #endif diff --git a/src/pazpar2_config.c b/src/pazpar2_config.c index ca7490d..1f1423a 100644 --- a/src/pazpar2_config.c +++ b/src/pazpar2_config.c @@ -28,7 +28,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA #include #if HAVE_CONFIG_H -#include +#include #endif #include diff --git a/src/reclists.c b/src/reclists.c index 8dac597..663fa33 100644 --- a/src/reclists.c +++ b/src/reclists.c @@ -20,7 +20,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA #include #if HAVE_CONFIG_H -#include +#include #endif #include diff --git a/src/record.c b/src/record.c index 08d25f1..5220abf 100644 --- a/src/record.c +++ b/src/record.c @@ -26,7 +26,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA #include #if HAVE_CONFIG_H -#include +#include #endif //#define CONFIG_NOEXTERNS diff --git a/src/relevance.c b/src/relevance.c index a30892f..b35adce 100644 --- a/src/relevance.c +++ b/src/relevance.c @@ -22,7 +22,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA #include #if HAVE_CONFIG_H -#include +#include #endif #include "relevance.h" diff --git a/src/sel_thread.c b/src/sel_thread.c index 669c0b3..0139c07 100644 --- a/src/sel_thread.c +++ b/src/sel_thread.c @@ -18,7 +18,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ #if HAVE_CONFIG_H -#include "cconfig.h" +#include #endif #include "sel_thread.h" diff --git a/src/termlists.c b/src/termlists.c index 52c22d2..ad0529c 100644 --- a/src/termlists.c +++ b/src/termlists.c @@ -23,7 +23,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA #include #if HAVE_CONFIG_H -#include +#include #endif #include "termlists.h" diff --git a/src/test_config.c b/src/test_config.c index f6df531..59e3d73 100644 --- a/src/test_config.c +++ b/src/test_config.c @@ -18,7 +18,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ #if HAVE_CONFIG_H -#include "cconfig.h" +#include #endif #define USE_TIMING 0 diff --git a/src/test_icu_I18N.c b/src/test_icu_I18N.c index dbda433..bc55d7d 100644 --- a/src/test_icu_I18N.c +++ b/src/test_icu_I18N.c @@ -21,7 +21,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA #if HAVE_CONFIG_H -#include "cconfig.h" +#include #endif #define USE_TIMING 0 diff --git a/src/test_normalize.c b/src/test_normalize.c index 6f80f8e..c8fad2c 100644 --- a/src/test_normalize.c +++ b/src/test_normalize.c @@ -18,7 +18,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ #if HAVE_CONFIG_H -#include "cconfig.h" +#include #endif #include diff --git a/src/test_reclists.c b/src/test_reclists.c index c9bc44a..b5f29ca 100644 --- a/src/test_reclists.c +++ b/src/test_reclists.c @@ -18,7 +18,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ #if HAVE_CONFIG_H -#include "cconfig.h" +#include #endif #define USE_TIMING 0 diff --git a/src/test_record.c b/src/test_record.c index 89551c3..768a8c6 100644 --- a/src/test_record.c +++ b/src/test_record.c @@ -18,7 +18,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ #if HAVE_CONFIG_H -#include "cconfig.h" +#include #endif #define USE_TIMING 0 diff --git a/src/test_relevance.c b/src/test_relevance.c index daf8083..b3707f7 100644 --- a/src/test_relevance.c +++ b/src/test_relevance.c @@ -18,7 +18,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ #if HAVE_CONFIG_H -#include "cconfig.h" +#include #endif #define USE_TIMING 0 diff --git a/src/test_sel_thread.c b/src/test_sel_thread.c index 0627dc1..90abdca 100644 --- a/src/test_sel_thread.c +++ b/src/test_sel_thread.c @@ -18,7 +18,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ #if HAVE_CONFIG_H -#include "cconfig.h" +#include #endif #include "sel_thread.h" diff --git a/src/util.c b/src/util.c index 08cee14..7944d97 100644 --- a/src/util.c +++ b/src/util.c @@ -19,7 +19,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA #include #if HAVE_CONFIG_H -#include +#include #endif #include -- 1.7.10.4