blob: aca6bcf45a75de05c7d48211b4dd908e60440a76 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- config.h.in.orig 2012-05-15 20:07:21.000000000 +0200
+++ config.h.in 2014-01-17 19:49:23.000000000 +0100
@@ -51,6 +51,9 @@
/* Define to 1 if gphoto2 is available */
#undef HAVE_GPHOTO2
+/* define to 1 if gphoto2.5 is available */
+#undef HAVE_GPHOTO25
+
/* Define to 1 if you have the `grantpt' function. */
#undef HAVE_GRANTPT
|