No longer need to failover when config.h is incomplete

This commit is contained in:
Pierre Pronchery 2008-05-04 02:03:12 +00:00
parent 8de2597a5c
commit 7d93183a67

View File

@ -30,18 +30,6 @@
#include "code.h"
#include "../config.h"
#ifndef PACKAGE
# define PACKAGE "c99"
#endif
#ifndef PREFIX
# define PREFIX "."
#endif
#ifndef LIBDIR
# define LIBDIR PREFIX "/lib"
#endif
/* private */
/* types */