/* * "$Id: config.h 284 2004-02-22 13:34:54Z easysw $" * * Configuration header for flphoto. * * Copyright 2002-2003 by Michael Sweet. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2, or (at your option) * any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. */ /* * Version string... */ #define FLPHOTO_VERSION "1.2.1" #define FLPHOTO_VERNUMBER 12 /* * Where to find files... */ #define FLPHOTO_DATADIR "C:/Program Files/flPhoto/data" #define FLPHOTO_DOCDIR "C:/Program Files/flPhoto/doc" #define FLPHOTO_LOCALE "C:/Program Files/flPhoto/locale" /* * Possibly missing sprintf-style functions: */ #undef HAVE_VSNPRINTF #undef HAVE_SNPRINTF /* * String functions and headers... */ #undef HAVE_STRINGS_H #define HAVE_STRCASECMP #undef HAVE_STRLCAT #undef HAVE_STRLCPY /* * Libraries... */ #undef HAVE_LIBCUPS #undef HAVE_LIBGPHOTO2 #define HAVE_LIBJPEG #define HAVE_LIBPNG /* * End of "$Id: config.h 284 2004-02-22 13:34:54Z easysw $". */