Show cursor on exit
[utui.git] / config.h.in
blobef2e19096e609ee26a46e553d672fc27ab39a2ce
1 // config.h
2 //
3 // Autogenerated from config.h.in by bsconf.
4 //
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.
19 #undef HAVE_USTL_H
21 // Define to 1 if you have the <utio.h> header file.
22 #undef HAVE_UTIO_H
24 #if __GNUC__ && __GNUC__ < 3
25 #error "gcc version 3.0 or greater is required to compile this package"
26 #endif
27 #if !HAVE_USTL_H
28 #error "libustl is required to compile. http://ustl.sourceforge.net"
29 #endif
30 #if !HAVE_UTIO_H
31 #error "libutio is required to compile. http://utio.sourceforge.net"
32 #else
33 #include <utio.h>
34 #endif
35 #if !defined(USTL_VERSION) || USTL_VERSION < 0x100
36 #error "libustl-1.0.0 or later is required. http://ustl.sourceforge.net"
37 #endif
38 #if !defined(UTIO_VERSION) || UTIO_VERSION < 0x130
39 #error "libutio-1.3.0 or later is required. http://utio.sourceforge.net"
40 #endif
42 #endif // CONFIG_H_3692BAD4204DC7A57F90FCEC430EE87D