From: Michael Jeanson Date: Thu, 23 Jun 2016 17:39:39 +0000 (-0400) Subject: Cleanup: Re-organise source dir X-Git-Tag: v0.10.0~27 X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;ds=sidebyside;h=6893800a4d1cc14dff0395ddcd660a5138db183d;hp=6893800a4d1cc14dff0395ddcd660a5138db183d;p=urcu.git Cleanup: Re-organise source dir Re-organise the sources, add a top level "src" and "include" dir and move relevant files. Disable autotools automated includes and define them manually. This fixes problems with collision of header names with system headers. Include the autoconf config.h in the default includes and remove it where it's explicitely included. Remove _GNU_SOURCE defines since it's detected at configure for platforms that requires it and added to the config.h. Signed-off-by: Michael Jeanson Signed-off-by: Mathieu Desnoyers ---