build: implicitly include config.h
authorRan Benita <ran234@gmail.com>
Sun, 4 Mar 2012 16:38:54 +0000 (18:38 +0200)
committerDavid Herrmann <dh.herrmann@googlemail.com>
Tue, 20 Mar 2012 18:00:16 +0000 (19:00 +0100)
commitd8cf293c94dabeb94370b8a53784db2c19967a9d
treee1a69fe73c3c7f5efd26db9f78b78fa6709c694d
parent1c909c930c7b54db35440382b77e79f3e63d9186
build: implicitly include config.h

config.h is meant to be around in all files, as it contains stuff like
_GNU_SOURCE, NDEBUG and HAVE_*.

Make these definitions available without needing to #include config.h
every single time.

Signed-off-by: Ran Benita <ran234@gmail.com>
Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
Makefile.am
src/log.h
src/pty.c
tests/test_console.c