add guards when including config.h

SVN revision: 34132
This commit is contained in:
doursse 2008-03-28 18:32:09 +00:00 committed by doursse
parent 4efdc2e78d
commit 54c28a5391
1 changed files with 4 additions and 1 deletions

View File

@ -1,7 +1,10 @@
/*
* vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
*/
#include "config.h"
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>