version 1.26, 2003/09/18 12:46:08 |
version 1.27, 2003/11/12 15:20:18 |
|
|
/* -*- mode: C -*- */ |
/* -*- mode: C -*- */ |
/* $OpenXM: OpenXM/src/ox_toolkit/ox_toolkit.h,v 1.25 2003/09/15 09:31:41 ohara Exp $ */ |
/* $OpenXM: OpenXM/src/ox_toolkit/ox_toolkit.h,v 1.26 2003/09/18 12:46:08 ohara Exp $ */ |
|
|
#ifndef _OX_TOOLKIT_H_ |
#ifndef _OX_TOOLKIT_H_ |
|
|
#define _OX_TOOLKIT_H_ |
#define _OX_TOOLKIT_H_ |
|
|
#ifdef __cplusplus |
|
extern "C" { |
|
#endif |
|
|
|
#include <stdio.h> |
#include <stdio.h> |
#if defined(WITH_GMP) |
#if defined(WITH_GMP) |
#include <gmp.h> |
#include <gmp.h> |
#else |
#else |
#include "gmp_fake.h" |
#include "gmp_fake.h" |
#endif /* WITH_GMP */ |
#endif /* WITH_GMP */ |
|
|
|
#ifdef __cplusplus |
|
extern "C" { |
|
#endif |
|
|
#include <ox/cmotag.h> |
#include <ox/cmotag.h> |
#include <ox/oxMessageTag.h> |
#include <ox/oxMessageTag.h> |
#include <ox/smCommand.h> |
#include <ox/smCommand.h> |