diff options
author | Scott Fritzinger <scottf@unr.edu> | 2000-07-18 19:13:33 +0000 |
---|---|---|
committer | Scott Fritzinger <scottf@unr.edu> | 2000-07-18 19:13:33 +0000 |
commit | bacb709470ed636ff851674bbb67882141a72b60 (patch) | |
tree | 84215f1e59982f0221149dddbd0aaffc50db6aa4 /acconfig.h | |
parent | 5946d7d0a4520da4f12f9efb72c6ecbdd5d742ec (diff) | |
download | libgphoto2-bacb709470ed636ff851674bbb67882141a72b60.tar.gz |
added patch for --get-picture (correctly reports error message now) from Mariusz. patched cvsignore patch from Johannes.
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@693 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h new file mode 100644 index 000000000..eb74c5a8c --- /dev/null +++ b/acconfig.h @@ -0,0 +1,12 @@ +/* Name of package. */ +#undef PACKAGE + +/* Version of package. */ +#undef VERSION + +/* Needed for driver selection */ +#undef CONFIG_DRIVER_BARBIE +#undef CONFIG_DRIVER_DIRECTORY +#undef CONFIG_DRIVER_FUJITSU +#undef CONFIG_DRIVER_KONICA +#undef CONFIG_DRIVER_PANASONIC |