-
Notifications
You must be signed in to change notification settings - Fork 2
/
autoconf.h.in
69 lines (47 loc) · 1.67 KB
/
autoconf.h.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
/* autoconf.h.in. Generated from configure.ac by autoheader. */
/* Define BIG_ENDIAN */
#undef BIG_ENDIAN
/* Define to 1 if you have the `opencv_core' library (-lopencv_core). */
#undef HAVE_LIBOPENCV_CORE
/* Define HAVE_OPENCV if OpenCV installed */
#undef HAVE_OPENCV
/* Define if OpenCV version is 2.2X */
#undef HAVE_OPENCV_22X
/* Define if OpenCV version is 2.3X */
#undef HAVE_OPENCV_23X
/* Define if OpenCV version is 3.0X or newer */
#undef HAVE_OPENCV_30X
/* Define to 1 if you have the `scandir' function. */
#undef HAVE_SCANDIR
/* Define LITTLE_ENDIAN */
#undef LITTLE_ENDIAN
/* Define to 1 if your C compiler doesn't accept -c and -o together. */
#undef NO_MINUS_C_MINUS_O
/* 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 home page for this package. */
#undef PACKAGE_URL
/* Define to the version of this package. */
#undef PACKAGE_VERSION
/* Version number of package */
#undef VERSION
/* Enable large inode numbers on Mac OS X 10.5. */
#ifndef _DARWIN_USE_64_BIT_INODE
# define _DARWIN_USE_64_BIT_INODE 1
#endif
/* Define _DEFAULT_SOURCE if scandir function is found */
#undef _DEFAULT_SOURCE
/* Number of bits in a file offset, on hosts where this is settable. */
#undef _FILE_OFFSET_BITS
/* Define for large files, on AIX-style hosts. */
#undef _LARGE_FILES
/* Define _SVID_SOURCE if scandir function is found */
#undef _SVID_SOURCE