10 lines
163 B
C
10 lines
163 B
C
|
/* Options passed to configure script */
|
||
|
|
||
|
#ifndef CONFIG_BUILDCONFIG_H
|
||
|
#define CONFIG_BUILDCONFIG_H
|
||
|
|
||
|
#define BUILDCONFIG ""
|
||
|
#define BUILDCONFIG_RECORDED 0
|
||
|
|
||
|
#endif
|