Updated bsconf to the latest from uSTL
[ttodo.git] / config.h.in
blobb85de903b7ee6995e6563274fb15baac8a3de9fc
1 // config.h
2 //
3 // Autogenerated from config.h.in by bsconf.
4 //
6 #ifndef CONFIG_H_610948B17838DA0C0CC399BC79D2559C
7 #define CONFIG_H_610948B17838DA0C0CC399BC79D2559C
9 // Define to the full name of this package.
10 #define TODO_NAME "@PACKAGE_NAME@"
11 // Define to the full name and version of this package.
12 #define TODO_STRING "@PACKAGE_NAME@ @PACKAGE_VERSION@"
13 // Define to the version of this package.
14 #define TODO_VERSION 0x@LIB_MAJOR@@LIB_MINOR@@LIB_BUILD@
15 // Define to the address where bug reports for this package should be sent.
16 #define TODO_BUGREPORT "@PACKAGE_BUGREPORT@"
18 // Define to 1 if you have the <utio.h> header file.
19 #undef HAVE_UTUI_H
21 // Define to 1 if you have the <utio.h> header file.
22 #undef HAVE_IFF_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_IFF_H
28 #error "libiff is required to compile. http://iff.sourceforge.net"
29 #endif
30 #if !HAVE_UTUI_H
31 #error "libutui is required to compile. http://utui.sourceforge.net"
32 #else
33 #include <utui.h>
34 #endif
35 #if !defined(UTUI_VERSION) || UTUI_VERSION < 0x020
36 #error "libutui-0.2.0 or later is required. http://utui.sourceforge.net"
37 #endif
39 #endif // CONFIG_H_610948B17838DA0C0CC399BC79D2559C