add guards around the inclusion of config.h

SVN revision: 47527
This commit is contained in:
Vincent Torri 2010-03-28 08:36:55 +00:00
parent d267122d9e
commit dbb9cf4df7
1 changed files with 4 additions and 1 deletions

View File

@ -27,7 +27,10 @@
* vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
*/
#include <config.h> /* for PATH_MAX */
#ifdef HAVE_CONFIG_H
# include <config.h> /* for PATH_MAX */
#endif
#include "embryo_cc_sc.h"
/* global variables