finalcut/src/fconfig.h

177 lines
4.1 KiB
C
Raw Normal View History

2015-08-22 18:53:52 +02:00
#ifndef _SRC_FCONFIG_H
#define _SRC_FCONFIG_H 1
2016-11-26 18:15:31 +01:00
2015-08-22 18:53:52 +02:00
/* src/fconfig.h. Generated automatically at end of configure. */
/* config.h. Generated from config.h.in by configure. */
/* config.h.in. Generated from configure.ac by autoheader. */
/* Define to 1 if you have the <cmath> header file. */
/* #undef HAVE_CMATH */
/* Define to 1 if you have the <csignal> header file. */
/* #undef HAVE_CSIGNAL */
/* Define to 1 if you have the <cstdlib> header file. */
/* #undef HAVE_CSTDLIB */
/* Define to 1 if you have the <dlfcn.h> header file. */
#ifndef F_HAVE_DLFCN_H
#define F_HAVE_DLFCN_H 1
#endif
/* Define to 1 if you have the <fcntl.h> header file. */
#ifndef F_HAVE_FCNTL_H
#define F_HAVE_FCNTL_H 1
#endif
/* Define to 1 if you have the <inttypes.h> header file. */
#ifndef F_HAVE_INTTYPES_H
#define F_HAVE_INTTYPES_H 1
#endif
/* Define to 1 if you have the <langinfo.h> header file. */
#ifndef F_HAVE_LANGINFO_H
#define F_HAVE_LANGINFO_H 1
#endif
/* Define to 1 if GPM mouse is enabled */
#ifndef F_HAVE_LIBGPM
#define F_HAVE_LIBGPM 1
#endif
/* Define to 1 if you have the <linux/fb.h> header file. */
#ifndef F_HAVE_LINUX_FB_H
#define F_HAVE_LINUX_FB_H 1
#endif
/* Define to 1 if you have the <list> header file. */
/* #undef HAVE_LIST */
/* Define to 1 if you have the <map> header file. */
/* #undef HAVE_MAP */
/* Define to 1 if you have the <memory.h> header file. */
#ifndef F_HAVE_MEMORY_H
#define F_HAVE_MEMORY_H 1
#endif
/* Define to 1 if you have the <queue> header file. */
/* #undef HAVE_QUEUE */
/* Define to 1 if you have the <stdint.h> header file. */
#ifndef F_HAVE_STDINT_H
#define F_HAVE_STDINT_H 1
#endif
/* Define to 1 if you have the <stdlib.h> header file. */
#ifndef F_HAVE_STDLIB_H
#define F_HAVE_STDLIB_H 1
#endif
/* Define to 1 if you have the <strings.h> header file. */
#ifndef F_HAVE_STRINGS_H
#define F_HAVE_STRINGS_H 1
#endif
/* Define to 1 if you have the <string.h> header file. */
#ifndef F_HAVE_STRING_H
#define F_HAVE_STRING_H 1
#endif
/* Define to 1 if you have the <sys/io.h> header file. */
#ifndef F_HAVE_SYS_IO_H
#define F_HAVE_SYS_IO_H 1
#endif
/* Define to 1 if you have the <sys/kd.h> header file. */
#ifndef F_HAVE_SYS_KD_H
#define F_HAVE_SYS_KD_H 1
#endif
/* Define to 1 if you have the <sys/stat.h> header file. */
#ifndef F_HAVE_SYS_STAT_H
#define F_HAVE_SYS_STAT_H 1
#endif
/* Define to 1 if you have the <sys/time.h> header file. */
#ifndef F_HAVE_SYS_TIME_H
#define F_HAVE_SYS_TIME_H 1
#endif
/* Define to 1 if you have the <sys/types.h> header file. */
#ifndef F_HAVE_SYS_TYPES_H
#define F_HAVE_SYS_TYPES_H 1
#endif
/* Define to 1 if you have the <termios.h> header file. */
#ifndef F_HAVE_TERMIOS_H
#define F_HAVE_TERMIOS_H 1
#endif
/* Define to 1 if you have the <term.h> header file. */
#ifndef F_HAVE_TERM_H
#define F_HAVE_TERM_H 1
#endif
/* Define to 1 if you have the <unistd.h> header file. */
#ifndef F_HAVE_UNISTD_H
#define F_HAVE_UNISTD_H 1
#endif
/* Define to 1 if you have the <vector> header file. */
/* #undef HAVE_VECTOR */
/* Define to the sub-directory in which libtool stores uninstalled libraries.
*/
#ifndef F_LT_OBJDIR
#define F_LT_OBJDIR ".libs/"
#endif
/* Name of package */
#ifndef F_PACKAGE
#define F_PACKAGE "finalcut"
#endif
/* Define to the address where bug reports for this package should be sent. */
#ifndef F_PACKAGE_BUGREPORT
#define F_PACKAGE_BUGREPORT ""
#endif
/* Define to the full name of this package. */
#ifndef F_PACKAGE_NAME
#define F_PACKAGE_NAME "finalcut"
#endif
/* Define to the full name and version of this package. */
#ifndef F_PACKAGE_STRING
2016-11-27 19:16:52 +01:00
#define F_PACKAGE_STRING "finalcut 0.3.0"
2015-08-22 18:53:52 +02:00
#endif
/* Define to the one symbol short name of this package. */
#ifndef F_PACKAGE_TARNAME
#define F_PACKAGE_TARNAME "finalcut"
#endif
/* Define to the home page for this package. */
#ifndef F_PACKAGE_URL
#define F_PACKAGE_URL ""
#endif
/* Define to the version of this package. */
#ifndef F_PACKAGE_VERSION
2016-11-27 19:16:52 +01:00
#define F_PACKAGE_VERSION "0.3.0"
2015-08-22 18:53:52 +02:00
#endif
/* Define to 1 if you have the ANSI C header files. */
#ifndef F_STDC_HEADERS
#define F_STDC_HEADERS 1
#endif
/* Version number of package */
#ifndef F_VERSION
2016-11-27 19:16:52 +01:00
#define F_VERSION "0.3.0"
2015-08-22 18:53:52 +02:00
#endif
2016-11-26 18:15:31 +01:00
2015-08-22 18:53:52 +02:00
/* once: _SRC_FCONFIG_H */
#endif