1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
| /* 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 */
|
|