9 lines
132 B
C
9 lines
132 B
C
|
/* Options passed to configure script */
|
||
|
|
||
|
#ifndef CONFIG_BUILDCONFIG_H
|
||
|
#define CONFIG_BUILDCONFIG_H
|
||
|
|
||
|
#define BUILDCONFIG ""
|
||
|
|
||
|
#endif
|