From d4ec14fa2c1a01badc626e13a4555c0ceba48175 Mon Sep 17 00:00:00 2001 From: Hans Ulrich Niedermann Date: Tue, 14 Aug 2007 12:57:04 +0000 Subject: mvoe definition of IOLIBDIR_ENV; insist on at least one iolib loading successfully git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@10584 67ed7778-7388-44ab-90cf-0a291f65f57c --- libgphoto2_port/gphoto2/gphoto2-port-info-list.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'libgphoto2_port/gphoto2') diff --git a/libgphoto2_port/gphoto2/gphoto2-port-info-list.h b/libgphoto2_port/gphoto2/gphoto2-port-info-list.h index 5e111835f..945d21c1b 100644 --- a/libgphoto2_port/gphoto2/gphoto2-port-info-list.h +++ b/libgphoto2_port/gphoto2/gphoto2-port-info-list.h @@ -90,6 +90,19 @@ const char *gp_port_message_codeset (const char*); /* DEPRECATED */ typedef GPPortInfo gp_port_info; + +/** + * Name of the environment variable which may contain the path where + * to look for the IO libs. If this environment variable is not defined, + * use the compiled-in default constant. + * + * \internal Internal use only. + */ +#ifdef _GPHOTO2_INTERNAL_CODE +#define IOLIBDIR_ENV "IOLIBS" +#endif /* _GPHOTO2_INTERNAL_CODE */ + + #ifdef __cplusplus } #endif /* __cplusplus */ -- cgit v1.2.1