xref: /minix3/external/bsd/lutok/lib/liblutok/config.h (revision 84d9c625bfea59e274550651111ae9edfdc40fbd)
111be35a1SLionel Sambuc /* config.h.  Generated from config.h.in by configure.  */
211be35a1SLionel Sambuc /* config.h.in.  Generated from configure.ac by autoheader.  */
311be35a1SLionel Sambuc 
411be35a1SLionel Sambuc /* Define to 1 if you have the <dlfcn.h> header file. */
511be35a1SLionel Sambuc #define HAVE_DLFCN_H 1
611be35a1SLionel Sambuc 
711be35a1SLionel Sambuc /* Define to 1 if you have the <inttypes.h> header file. */
811be35a1SLionel Sambuc #define HAVE_INTTYPES_H 1
911be35a1SLionel Sambuc 
1011be35a1SLionel Sambuc /* Define to 1 if you have the <memory.h> header file. */
1111be35a1SLionel Sambuc #define HAVE_MEMORY_H 1
1211be35a1SLionel Sambuc 
1311be35a1SLionel Sambuc /* Define to 1 if you have the <stdint.h> header file. */
1411be35a1SLionel Sambuc #define HAVE_STDINT_H 1
1511be35a1SLionel Sambuc 
1611be35a1SLionel Sambuc /* Define to 1 if you have the <stdlib.h> header file. */
1711be35a1SLionel Sambuc #define HAVE_STDLIB_H 1
1811be35a1SLionel Sambuc 
1911be35a1SLionel Sambuc /* Define to 1 if you have the <strings.h> header file. */
2011be35a1SLionel Sambuc #define HAVE_STRINGS_H 1
2111be35a1SLionel Sambuc 
2211be35a1SLionel Sambuc /* Define to 1 if you have the <string.h> header file. */
2311be35a1SLionel Sambuc #define HAVE_STRING_H 1
2411be35a1SLionel Sambuc 
2511be35a1SLionel Sambuc /* Define to 1 if you have the <sys/stat.h> header file. */
2611be35a1SLionel Sambuc #define HAVE_SYS_STAT_H 1
2711be35a1SLionel Sambuc 
2811be35a1SLionel Sambuc /* Define to 1 if you have the <sys/types.h> header file. */
2911be35a1SLionel Sambuc #define HAVE_SYS_TYPES_H 1
3011be35a1SLionel Sambuc 
3111be35a1SLionel Sambuc /* Define to 1 if you have the <unistd.h> header file. */
3211be35a1SLionel Sambuc #define HAVE_UNISTD_H 1
3311be35a1SLionel Sambuc 
3411be35a1SLionel Sambuc /* Define to the sub-directory in which libtool stores uninstalled libraries.
3511be35a1SLionel Sambuc    */
3611be35a1SLionel Sambuc #define LT_OBJDIR ".libs/"
3711be35a1SLionel Sambuc 
3811be35a1SLionel Sambuc /* Name of package */
3911be35a1SLionel Sambuc #define PACKAGE "lutok"
4011be35a1SLionel Sambuc 
4111be35a1SLionel Sambuc /* Define to the address where bug reports for this package should be sent. */
4211be35a1SLionel Sambuc #define PACKAGE_BUGREPORT "lutok-discuss@googlegroups.com"
4311be35a1SLionel Sambuc 
4411be35a1SLionel Sambuc /* Define to the full name of this package. */
4511be35a1SLionel Sambuc #define PACKAGE_NAME "Lutok"
4611be35a1SLionel Sambuc 
4711be35a1SLionel Sambuc /* Define to the full name and version of this package. */
48*84d9c625SLionel Sambuc #define PACKAGE_STRING "Lutok 0.3"
4911be35a1SLionel Sambuc 
5011be35a1SLionel Sambuc /* Define to the one symbol short name of this package. */
5111be35a1SLionel Sambuc #define PACKAGE_TARNAME "lutok"
5211be35a1SLionel Sambuc 
5311be35a1SLionel Sambuc /* Define to the home page for this package. */
5411be35a1SLionel Sambuc #define PACKAGE_URL "http://code.google.com/p/lutok/"
5511be35a1SLionel Sambuc 
5611be35a1SLionel Sambuc /* Define to the version of this package. */
57*84d9c625SLionel Sambuc #define PACKAGE_VERSION "0.3"
5811be35a1SLionel Sambuc 
5911be35a1SLionel Sambuc /* Define to 1 if you have the ANSI C header files. */
6011be35a1SLionel Sambuc #define STDC_HEADERS 1
6111be35a1SLionel Sambuc 
6211be35a1SLionel Sambuc /* Version number of package */
63*84d9c625SLionel Sambuc #define VERSION "0.3"
64