1 /* config.h.  Generated from config.h.in by configure.  */
2 /* config.h.in.  Generated from configure.ac by autoheader.  */
3 
4 /* Define to 1 if you have the <dlfcn.h> header file. */
5 #define HAVE_DLFCN_H 1
6 
7 /* Define to 1 if you have the <fcntl.h> header file. */
8 #define HAVE_FCNTL_H 1
9 
10 /* Define if you have the IOKit framework */
11 #define HAVE_FRAMEWORK_IOKIT 1
12 
13 /* Define to 1 if you have the `getpagesize' function. */
14 #define HAVE_GETPAGESIZE 1
15 
16 /* Define to 1 if you have the <inttypes.h> header file. */
17 #define HAVE_INTTYPES_H 1
18 
19 /* Defined if lib1394camera present */
20 /* #undef HAVE_LIB1394CAMERA */
21 
22 /* Defined if libraw1394 is present */
23 /* #undef HAVE_LIBRAW1394 */
24 
25 /* SDL library */
26 /* #undef HAVE_LIBSDL */
27 
28 /* Defined if libusb is present */
29 #define HAVE_LIBUSB
30 
31 /* Defined if compiled for Linux */
32 /* #undef HAVE_LINUX */
33 
34 /* Defined if IOKit framework is present */
35 #define HAVE_MACOSX /**/
36 
37 /* Define to 1 if you have the <memory.h> header file. */
38 #define HAVE_MEMORY_H 1
39 
40 /* Define to 1 if you have a working `mmap' system call. */
41 #define HAVE_MMAP 1
42 
43 /* Define to 1 if you have the <netinet/in.h> header file. */
44 #define HAVE_NETINET_IN_H 1
45 
46 /* OpenGL library */
47 /* #undef HAVE_OPENGL */
48 
49 /* Define to 1 if you have the <stdint.h> header file. */
50 #define HAVE_STDINT_H 1
51 
52 /* Define to 1 if you have the <stdlib.h> header file. */
53 #define HAVE_STDLIB_H 1
54 
55 /* Define to 1 if you have the <strings.h> header file. */
56 #define HAVE_STRINGS_H 1
57 
58 /* Define to 1 if you have the <string.h> header file. */
59 #define HAVE_STRING_H 1
60 
61 /* Define to 1 if you have the <sys/ioctl.h> header file. */
62 #define HAVE_SYS_IOCTL_H 1
63 
64 /* Define to 1 if you have the <sys/mman.h> header file. */
65 #define HAVE_SYS_MMAN_H 1
66 
67 /* Define to 1 if you have the <sys/param.h> header file. */
68 #define HAVE_SYS_PARAM_H 1
69 
70 /* Define to 1 if you have the <sys/stat.h> header file. */
71 #define HAVE_SYS_STAT_H 1
72 
73 /* Define to 1 if you have the <sys/types.h> header file. */
74 #define HAVE_SYS_TYPES_H 1
75 
76 /* Define to 1 if you have the <unistd.h> header file. */
77 #define HAVE_UNISTD_H 1
78 
79 /* Defined if compiled for Windows */
80 /* #undef HAVE_WINDOWS */
81 
82 /* Define to the sub-directory in which libtool stores uninstalled libraries.
83    */
84 #define LT_OBJDIR ".libs/"
85 
86 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
87 /* #undef NO_MINUS_C_MINUS_O */
88 
89 /* Name of package */
90 #define PACKAGE "libdc1394"
91 
92 /* Define to the address where bug reports for this package should be sent. */
93 #define PACKAGE_BUGREPORT "libdc1394-devel@lists.sf.net"
94 
95 /* Define to the full name of this package. */
96 #define PACKAGE_NAME "libdc1394"
97 
98 /* Define to the full name and version of this package. */
99 #define PACKAGE_STRING "libdc1394 2.2.2"
100 
101 /* Define to the one symbol short name of this package. */
102 #define PACKAGE_TARNAME "libdc1394"
103 
104 /* Define to the home page for this package. */
105 #define PACKAGE_URL ""
106 
107 /* Define to the version of this package. */
108 #define PACKAGE_VERSION "2.2.2"
109 
110 /* Define to 1 if you have the ANSI C header files. */
111 #define STDC_HEADERS 1
112 
113 /* Version number of package */
114 #define VERSION "2.2.2"
115 
116 /* Define to 1 if the X Window System is missing or not being used. */
117 /* #undef X_DISPLAY_MISSING */
118 
119 /* Define to the equivalent of the C99 'restrict' keyword, or to
120    nothing if this is not supported.  Do not define if restrict is
121    supported directly.  */
122 #define restrict __restrict
123 /* Work around a bug in Sun C++: it does not support _Restrict or
124    __restrict__, even though the corresponding Sun C compiler ends up with
125    "#define restrict _Restrict" or "#define restrict __restrict__" in the
126    previous line.  Perhaps some future version of Sun C++ will work with
127    restrict; if so, hopefully it defines __RESTRICT like Sun C does.  */
128 #if defined __SUNPRO_CC && !defined __RESTRICT
129 # define _Restrict
130 # define __restrict__
131 #endif
132 
133 /* Define to `unsigned int' if <sys/types.h> does not define. */
134 /* #undef size_t */
135