Cleanup config.h usage.
commita8f34a0e6777a3b93fcc8d1ee6ae41e4f750cc6b
authorJohannes Sixt <j6t@kdbg.org>
Sun, 28 Dec 2008 20:27:44 +0000 (28 21:27 +0100)
committerJohannes Sixt <j6t@kdbg.org>
Mon, 1 Feb 2010 19:26:57 +0000 (1 20:26 +0100)
tree9b3386ec33e22962bd4d504f3077df820ffa9657
parent5b25f1f8a5695dc895ff0b834cbb9acf7d75a01d
Cleanup config.h usage.

We remove checks for fcntl.h, sys/stat.h, unistd.h because we expect a
POSIX-like environment.

Many source files included config.h only because they were using mydebug.h,
which is configured by config.h. We now draw in config.h from mydebug.h
directly and can remove a number of references from its users.

Furthermore, we no longer check for placement-new, but expect it to work.
17 files changed:
configure.in.mid
kdbg/brkpt.cpp
kdbg/dbgdriver.cpp
kdbg/dbgmainwnd.cpp
kdbg/debugger.cpp
kdbg/debugger.h
kdbg/exprwnd.cpp
kdbg/gdbdriver.cpp
kdbg/main.cpp
kdbg/mydebug.h
kdbg/pgmargs.cpp
kdbg/pgmsettings.cpp
kdbg/sourcewnd.cpp
kdbg/ttywnd.cpp
kdbg/typetable.cpp
kdbg/winstack.cpp
kdbg/xsldbgdriver.cpp