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