summaryrefslogtreecommitdiff
path: root/acconfig.h
blob: 73c3c9a25a8c06b476780c8144954f334aed9d32 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/***********************************************************************
 * This file is included by autoheader to create config.h.in which is
 * used by configure to create config.h.  We include $(top_srcdir) as
 * an INCLUDE in every native Makefile.am and then use the values from
 * the defines to structure our program for a native platform.
 * In this file, only include things autoheader cannot determine for 
 * itself, for example when using AC_DEFINE.
 *
 * Leave the blank line below, required by autoheader.
 ***********************************************************************/

/* Define as 1 if building for Japhar */
#define WITH_JAPHAR 0

/* Define as 1 if building for Kaffe */
#define WITH_KAFFE 0

/* #undef PACKAGE */
/* #undef VERSION */

/************************************************************************
 * Leave the blank line there, required by autoheader.
 ************************************************************************/