gst-gpac/config.h.in
branchtrunk
changeset 917 be87d28e8371
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/gst-gpac/config.h.in	Thu Feb 21 17:44:16 2008 +0000
     1.3 @@ -0,0 +1,76 @@
     1.4 +/* config.h.in.  Generated from configure.ac by autoheader.  */
     1.5 +
     1.6 +/* License for Distribution */
     1.7 +#undef GST_LICENSE
     1.8 +
     1.9 +/* package name */
    1.10 +#undef GST_PACKAGE_NAME
    1.11 +
    1.12 +/* Origin of this package */
    1.13 +#undef GST_PACKAGE_ORIGIN
    1.14 +
    1.15 +/* Define the version */
    1.16 +#undef GST_PLUGINS_VERSION
    1.17 +
    1.18 +/* Define the release version */
    1.19 +#undef GST_PLUGINS_VERSION_RELEASE
    1.20 +
    1.21 +/* Define to 1 if you have the <dlfcn.h> header file. */
    1.22 +#undef HAVE_DLFCN_H
    1.23 +
    1.24 +/* Define to 1 if you have the <inttypes.h> header file. */
    1.25 +#undef HAVE_INTTYPES_H
    1.26 +
    1.27 +/* Define to 1 if you have the <memory.h> header file. */
    1.28 +#undef HAVE_MEMORY_H
    1.29 +
    1.30 +/* Define to 1 if you have the <stdint.h> header file. */
    1.31 +#undef HAVE_STDINT_H
    1.32 +
    1.33 +/* Define to 1 if you have the <stdlib.h> header file. */
    1.34 +#undef HAVE_STDLIB_H
    1.35 +
    1.36 +/* Define to 1 if you have the <strings.h> header file. */
    1.37 +#undef HAVE_STRINGS_H
    1.38 +
    1.39 +/* Define to 1 if you have the <string.h> header file. */
    1.40 +#undef HAVE_STRING_H
    1.41 +
    1.42 +/* Define to 1 if you have the <sys/stat.h> header file. */
    1.43 +#undef HAVE_SYS_STAT_H
    1.44 +
    1.45 +/* Define to 1 if you have the <sys/types.h> header file. */
    1.46 +#undef HAVE_SYS_TYPES_H
    1.47 +
    1.48 +/* Define to 1 if you have the <unistd.h> header file. */
    1.49 +#undef HAVE_UNISTD_H
    1.50 +
    1.51 +/* Name of package */
    1.52 +#undef PACKAGE
    1.53 +
    1.54 +/* Define to the address where bug reports for this package should be sent. */
    1.55 +#undef PACKAGE_BUGREPORT
    1.56 +
    1.57 +/* Define to the full name of this package. */
    1.58 +#undef PACKAGE_NAME
    1.59 +
    1.60 +/* Define to the full name and version of this package. */
    1.61 +#undef PACKAGE_STRING
    1.62 +
    1.63 +/* Define to the one symbol short name of this package. */
    1.64 +#undef PACKAGE_TARNAME
    1.65 +
    1.66 +/* Define to the version of this package. */
    1.67 +#undef PACKAGE_VERSION
    1.68 +
    1.69 +/* Define to 1 if you have the ANSI C header files. */
    1.70 +#undef STDC_HEADERS
    1.71 +
    1.72 +/* Version number of package */
    1.73 +#undef VERSION
    1.74 +
    1.75 +/* Define to `__inline__' or `__inline' if that's what the C compiler
    1.76 +   calls it, or to nothing if 'inline' is not supported under any name.  */
    1.77 +#ifndef __cplusplus
    1.78 +#undef inline
    1.79 +#endif