make including config.h always depend on HAVE_CONFIG_H; replace printf() by debug()

This commit is contained in:
marschap
2007-06-17 10:20:55 +00:00
parent 0e6b1253a9
commit 1899ff755c
24 changed files with 80 additions and 51 deletions
+3 -1
View File
@@ -14,7 +14,9 @@
#include <unistd.h>
#include <string.h>
#include "config.h"
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include "client.h"
#include "screenlist.h"