r663: This commit was generated by cvs2svn to compensate for changes in r662,
[cinelerra_cv.git] / mplexhi / config.h
blob065eff64801a1b28fc4f5d455ed3748f40213700
1 /* config.h. Generated automatically by configure. */
2 /* config.h.in. Generated automatically from configure.in by autoheader. */
3 #define _GNU_SOURCE 1 /* We make some use of C9X and POSIX and GNU
4 facilities... */
7 /* Define to empty if the keyword does not work. */
8 /* #undef const */
10 /* Define as __inline if that's what the C compiler calls it. */
11 /* #undef inline */
13 /* Define as the return type of signal handlers (int or void). */
14 #define RETSIGTYPE void
16 /* Define to `unsigned' if <sys/types.h> doesn't define. */
17 /* #undef size_t */
19 /* Define if you have the ANSI C header files. */
20 #define STDC_HEADERS 1
22 /* Define if the X Window System is missing or not being used. */
23 /* #undef X_DISPLAY_MISSING */
25 #define X86_CPU 1 /* Compiling for x86 CPU */
27 #define P6_CPU 1 /* Compiling for PPro upwards x86
28 instruction set? */
30 /* #undef BUILD_QUICKTIME */ /* Quicktime libs present? */
32 /* #undef BUILD_MJPEG */ /* Mpeg present? */
34 /* #undef BUILD_MOVTAR */ /* movtar libs present */
36 #define BUILD_PNG 1 /* PNG libs present */
38 #define VERSION "1.3b3" /* Mjpeg tools release version */
40 /* Define if you have the glib library (-lglib). */
41 #define HAVE_LIBGLIB 1
43 /* Define if you have the pthread library (-lpthread). */
44 #define HAVE_LIBPTHREAD 1
46 /* Name of package */
47 #define PACKAGE "mjpegtools"
49 /* Version number of package */
50 #define VERSION "1.3b3"