No longer need to failover when config.h is incomplete
This commit is contained in:
parent
8de2597a5c
commit
7d93183a67
12
src/code.c
12
src/code.c
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user