1/* include/version-config.h. Generated from version-config.h.in by configure. */ 2/* version-config.h.in: not generated */ 3 4#ifndef VERSION_CONFIG_H 5#define VERSION_CONFIG_H 6 7/* Vendor man version */ 8#define VENDOR_MAN_VERSION "Version 1.10.6" 9 10/* Vendor name */ 11/* #define VENDOR_NAME "The X.Org Foundation" */ 12 13/* Vendor release */ 14#define VENDOR_RELEASE (((1) * 10000000) + ((10) * 100000) + ((6) * 1000) + 0) 15 16#endif /* VERSION_CONFIG_H */ 17 18