Files
gnucash/acconfig.h
T

62 lines
2.2 KiB
C
Raw Normal View History

2000-06-02 09:00:31 +00:00
/********************************************************************\
2000-06-11 18:41:18 +00:00
* acconfig.h -- configuration defines for gnucash *
* Copyright (C) 1997 Robin D. Clark (rclark@cs.hmc.edu) *
2000-06-02 09:00:31 +00:00
* *
* 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 of *
* the License, 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. *
* *
* You should have received a copy of the GNU General Public License*
2000-06-11 18:41:18 +00:00
* along with this program; if not, contact: *
* *
* Free Software Foundation Voice: +1-617-542-5942 *
* 59 Temple Place - Suite 330 Fax: +1-617-542-2652 *
* Boston, MA 02111-1307, USA gnu@gnu.org *
2000-06-02 09:00:31 +00:00
* *
\********************************************************************/
#ifndef GNC_CONFIG_H
#define GNC_CONFIG_H
2000-06-02 09:00:31 +00:00
/* ieeefp.h header present */
#undef HAVE_IEEEFP_H
2000-06-02 09:00:31 +00:00
/* If configure found libXpm, then use it */
2000-07-10 07:45:00 +00:00
#undef HAVE_XPM
2000-06-02 09:00:31 +00:00
2000-09-13 22:33:15 +00:00
/* is guile available */
#undef HAVE_GUILE
/* New or old Guile Smob for G-wrap */
#undef GWRAP_OLD_GUILE_SMOB
2000-06-02 09:00:31 +00:00
/* misc image and compression libs needed by html widget */
#undef HAVE_ZLIB
#undef HAVE_PNG
#undef HAVE_JPEG
/* Configure found the function malloc_usable_size */
2000-07-10 07:54:03 +00:00
#undef HAVE_MALLOC_USABLE_SIZE
2000-06-02 09:00:31 +00:00
2000-06-02 09:00:31 +00:00
/*** Begin i18n ***/
/* internationalization with catgets */
#undef HAVE_CATGETS
/* specific locale directory */
#undef HAVE_LOCALE_DIR
/*** End i18n ***/
#undef HAVE_XML_VERSION_HEADER
2000-06-02 09:00:31 +00:00
#endif