3 // Autogenerated from config.h.in by bsconf.
6 #ifndef CONFIG_H_3692BAD4204DC7A57F90FCEC430EE87D
7 #define CONFIG_H_3692BAD4204DC7A57F90FCEC430EE87D
9 // Define to the full name of this package.
10 #define UTUI_NAME "@PACKAGE_NAME@"
11 // Define to the full name and version of this package.
12 #define UTUI_STRING "@PACKAGE_NAME@ @PACKAGE_VERSION@"
13 // Define to the version of this package.
14 #define UTUI_VERSION 0x@LIB_MAJOR@@LIB_MINOR@@LIB_BUILD@
15 // Define to the address where bug reports for this package should be sent.
16 #define UTUI_BUGREPORT "@PACKAGE_BUGREPORT@"
18 // Define to 1 if you have the <ustl.h> header file.
21 // Define to 1 if you have the <utio.h> header file.
24 #if __GNUC__ && __GNUC__ < 3
25 #error "gcc version 3.0 or greater is required to compile this package"
28 #error "libustl is required to compile. http://ustl.sourceforge.net"
31 #error "libutio is required to compile. http://utio.sourceforge.net"
35 #if !defined(USTL_VERSION) || USTL_VERSION < 0x100
36 #error "libustl-1.0.0 or later is required. http://ustl.sourceforge.net"
38 #if !defined(UTIO_VERSION) || UTIO_VERSION < 0x130
39 #error "libutio-1.3.0 or later is required. http://utio.sourceforge.net"
42 #endif // CONFIG_H_3692BAD4204DC7A57F90FCEC430EE87D