mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
this file rebuilt automatically by configure
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@962 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
20edbaa68d
commit
6039012751
65
config.h
65
config.h
@ -1,65 +0,0 @@
|
||||
/* config.h. Generated automatically by configure. */
|
||||
/********************************************************************\
|
||||
* config.h -- configuration defines for xacc *
|
||||
* Copyright (C) 1997 Robin D. Clark *
|
||||
* *
|
||||
* 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*
|
||||
* along with this program; if not, write to the Free Software *
|
||||
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. *
|
||||
* *
|
||||
* Author: Rob Clark *
|
||||
* Internet: rclark@cs.hmc.edu *
|
||||
* Address: 609 8th Street *
|
||||
* Huntington Beach, CA 92648-4632 *
|
||||
\********************************************************************/
|
||||
|
||||
|
||||
#ifndef __XACC_CONFIG_H__
|
||||
#define __XACC_CONFIG_H__
|
||||
|
||||
/* Are we bigendian -- needed for reading binary file format */
|
||||
/* #undef WORDS_BIGENDIAN */
|
||||
|
||||
/* Do some memory debugging stuff */
|
||||
#define DEBUG_MEMORY 1
|
||||
|
||||
/* Enable debugging stuff */
|
||||
#define USE_DEBUG 1
|
||||
|
||||
/* Enable quickfill in register window */
|
||||
#define USE_QUICKFILL 1
|
||||
|
||||
/* Don't color the balance depending on whether positive
|
||||
* or negative */
|
||||
#define USE_NO_COLOR 0
|
||||
|
||||
/* If configure found libXpm, then use it */
|
||||
#define HAVE_XPM 1
|
||||
|
||||
/* Use the new XmHTML widdget instead of the old htmlw widget */
|
||||
#define HAVE_ZLIB 1
|
||||
#define HAVE_PNG 1
|
||||
#define HAVE_JPEG 1
|
||||
|
||||
/* The XmHTML widget requires XPM to be installed */
|
||||
#if HAVE_XPM
|
||||
/* #undef USE_HTMLW */
|
||||
#define USE_XMHTML 1
|
||||
#else
|
||||
/* NCSA Mosaic htmlw widget is no longer distributed with xacc,
|
||||
* due to license restrictions, and overall broken-ness */
|
||||
/* #define USE_HTMLW 1 */
|
||||
/* #undef USE_XMHTML */
|
||||
#endif
|
||||
|
||||
#endif
|
Loading…
Reference in New Issue
Block a user