/* config.h. Generated from config.h.in by configure. */ /* * "$Id: config.h.in,v 1.28 2003/02/13 16:52:28 mike Exp $" * * Configuration file for the ESP Package Manager (EPM). * * Copyright 1999-2003 by Easy Software Products. * * 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 of software... */ #define EPM_VERSION "ESP Package Manager v3.7.0" /* * Where are files stored? */ #define EPM_SOFTWARE "/etc/software" /* * Where are binaries stored? */ #define EPM_BINDIR "/bin" #define EPM_DATADIR "${datarootdir}/epm" #define EPM_LIBDIR "/lib/epm" /* * What options does the strip command take? */ #define EPM_STRIP "/usr/bin/strip" /* * What command is used to build RPMs? */ #define EPM_RPMBUILD "/usr/local/bin/rpm" /* * What option is used to specify the RPM architecture? */ #define EPM_RPMARCH "--target=" /* * Does this version of RPM support the "topdir_" variable? */ /* #undef EPM_RPMTOPDIR */ /* * Compiler stuff... */ #define const #define __CHAR_UNSIGNED__ 1 /* * Do we have the header file? */ /* #undef HAVE_STRINGS_H */ /* * Which header files do we use for the statfs() function? */ #define HAVE_SYS_MOUNT_H 1 /* #undef HAVE_SYS_STATFS_H */ /* #undef HAVE_SYS_VFS_H */ #define HAVE_SYS_PARAM_H 1 /* * Do we have the strXXX() functions? */ #define HAVE_STRDUP 1 #define HAVE_STRCASECMP 1 #define HAVE_STRNCASECMP 1 /* * Do we have the (v)snprintf() functions? */ #define HAVE_SNPRINTF 1 #define HAVE_VSNPRINTF 1 /* * Which directory functions and headers do we use? */ /* #undef HAVE_DIRENT_H */ /* #undef HAVE_SYS_DIR_H */ /* #undef HAVE_SYS_NDIR_H */ /* #undef HAVE_NDIR_H */ /* * Where is the "gzip" executable? */ #define EPM_GZIP "/usr/local/bin/gzip" /* * End of "$Id: config.h.in,v 1.28 2003/02/13 16:52:28 mike Exp $". */