]> granicus.if.org Git - gc/commit
Include "config.h" instead of "private/config.h" on HAVE_CONFIG_H
authorIvan Maidanski <ivmai@mail.ru>
Thu, 30 Aug 2012 04:32:15 +0000 (08:32 +0400)
committerIvan Maidanski <ivmai@mail.ru>
Thu, 30 Aug 2012 11:35:26 +0000 (15:35 +0400)
commitb7717690fe65ca40d79b0f5554d28ad206878ab8
treeca128a295437088297ff0f2f0d3978cd5ab60ca7
parent93394c42b1f3b26790f02ea1bda5166603cd9df7
Include "config.h" instead of "private/config.h" on HAVE_CONFIG_H
(Change the behavior of HAVE_CONFIG_H macro to the standard one
which assumes that no folder is specified in #include "config.h".)

* configure.ac (AM_CONFIG_HEADER): Replace include/private/config.h to
include/config.h.
* cord/cordbscs.c: Include "config.h" (instead of "private/config.h")
if HAVE_CONFIG_H defined.
* cord/cordprnt.c: Likewise.
* cord/cordxtra.c: Likewise.
* gc_cpp.cc: Likewise.
* include/private/gc_pmark.h: Likewise.
* include/private/gc_priv.h: Likewise.
* real_malloc.c: Likewise.
* tests/disclaim_test.c: Likewise.
* tests/initsecondarythread.c: Likewise.
* tests/subthread_create.c: Likewise.
* tests/test.c: Likewise.
* tests/test_cpp.cc: Likewise.
* tests/thread_leak_test.c: Likewise.
* tests/threadkey_test.c: Likewise.
15 files changed:
configure.ac
cord/cordbscs.c
cord/cordprnt.c
cord/cordxtra.c
gc_cpp.cc
include/private/gc_pmark.h
include/private/gc_priv.h
real_malloc.c
tests/disclaim_test.c
tests/initsecondarythread.c
tests/subthread_create.c
tests/test.c
tests/test_cpp.cc
tests/thread_leak_test.c
tests/threadkey_test.c