blob: 4fb614dae26a742dd6a4407f1ee32da043a2ffdb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
/* version-config.h.in: not generated */
#ifndef VERSION_CONFIG_H
#define VERSION_CONFIG_H
/* Vendor man version */
#undef VENDOR_MAN_VERSION
/* Vendor name */
#undef VENDOR_NAME
/* Vendor release */
#undef VENDOR_RELEASE
#endif /* VERSION_CONFIG_H */
|