From b2394c4ae6c41d6f7a7dfbf7b2c2c3200c3c4992 Mon Sep 17 00:00:00 2001 From: Bryan Jurish Date: Thu, 4 Dec 2008 14:23:42 +0000 Subject: + added ./autogen.sh-generated stuff to SVN, for pd-extended auto-builds - pkg-config autoconf macros e.g. PKG_CHECK_MODULES are missing on darwin + removed extraneous (non-library) gfsm/ subdirectories doc/, src/programs, tests/ + added a lot of UNUSED attributes to lighten the pd-extended autobuild logs a bit svn path=/trunk/externals/moocow/; revision=10421 --- gfsm/src/config.h.in | 64 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 gfsm/src/config.h.in (limited to 'gfsm/src/config.h.in') diff --git a/gfsm/src/config.h.in b/gfsm/src/config.h.in new file mode 100644 index 0000000..3a53581 --- /dev/null +++ b/gfsm/src/config.h.in @@ -0,0 +1,64 @@ +/* src/config.h.in. Generated from configure.in by autoheader. */ + +/* Define to 1 if you have the header file. */ +#undef HAVE_DLFCN_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_INTTYPES_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_MEMORY_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_STDINT_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_STDLIB_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_STRINGS_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_STRING_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_STAT_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_TYPES_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_UNISTD_H + +/* Name of package */ +#undef PACKAGE + +/* Define to the address where bug reports for this package should be sent. */ +#undef PACKAGE_BUGREPORT + +/* Define to the full name of this package. */ +#undef PACKAGE_NAME + +/* Define to the full name and version of this package. */ +#undef PACKAGE_STRING + +/* Define to the one symbol short name of this package. */ +#undef PACKAGE_TARNAME + +/* Define to the version of this package. */ +#undef PACKAGE_VERSION + +/* Date this external was configured */ +#undef PD_GFSM_DATE + +/* User who configured this external */ +#undef PD_GFSM_USER + +/* Which version of gfsm are we using? */ +#undef PD_GFSM_WHICH + +/* Define to 1 if you have the ANSI C header files. */ +#undef STDC_HEADERS + +/* Version number of package */ +#undef VERSION -- cgit v1.2.1