00001 #ifndef _LGI_CONFIG_H_ 00002 #define _LGI_CONFIG_H_ 00003 00004 // Define as 1 if iconv.h is present 00005 // Download: http://www.gnu.org/software/libiconv 00006 #define HAVE_ICONV 1 00007 00008 // Define as 1 if libjpeg is present 00009 // Download: http://freshmeat.net/projects/libjpeg/?topic_id=105%2C809 00010 #define HAVE_LIBJPEG 1 00011 00012 // Define as 1 if libpng is present 00013 // Download: http://www.libpng.org/pub/png/libpng.html 00014 // http://www.gzip.org/zlib 00015 #define HAVE_LIBPNG 1 00016 00017 #endif