/*								-*- C -*-
 * extra.h	-- Extra pre-processor definitions
 * 
 * Copyright © 2000-2010 Erick Gallesio - I3S-CNRS/ESSI <eg@unice.fr>
 * 
 * 
 * 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, 
 * USA.
 * 
 *           Author: Erick Gallesio [eg@unice.fr]
 *    Creation date: 19-May-2000 18:44 (eg)
 * Last file update:  6-Aug-2010 00:00 (eg)
 */

#define PREFIXDIR		"@PREFIX@"
#define SCMDIR 			"@SCMDIR@"
#define DEFAULT_BOOT_FILE 	"@SCMDIR@/boot.img"
#define EXECDIR			"@EXECDIR@"
#define BUILD_OS		"@BUILD_OS@"
#define BUILD_ARCH		"@BUILD_ARCH@"
#define BUILD_MACHINE		"@BUILD_OS@-@BUILD_ARCH@"
#define @OS_NAME@		1
#define @OS_NAME_VERSION@       1
#define STACK_GROWS_@STACK_DIRECTION@
#define LIB_SUMMARY		"@LIB_SUMMARY@"
#define PCRE_PKG_CONFIG		"@PCREPKG@"

/* Various stuff */
#define @OS_FLAVOUR@ 1
#define SHARED_SUFFIX		"@SH_SUFFIX@"
#define SHARED_LIB_SUFFIX	"@SH_LIB_SUFFIX@"

