source: git/kernel/si_gmp.h @ 2f2bb21

spielwiese
Last change on this file since 2f2bb21 was ed0d3c, checked in by Hans Schönemann <hannes@…>, 16 years ago
*hannes: new cf_gmp.h git-svn-id: file:///usr/local/Singular/svn/trunk@11024 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 339 bytes
Line 
1/* $Id: si_gmp.h,v 1.7 2008-08-22 09:03:21 Singular Exp $ */
2
3#ifndef INCL_CF_GMP_H
4#define INCL_CF_GMP_H
5#ifdef HAVE_FACTORY
6#include <cf_gmp.h>
7#else
8#if defined(__cplusplus) && defined(__GNUC__)
9extern "C" {
10#undef __cplusplus
11#include <gmp.h>
12}
13#define __cplusplus 1
14#else
15#include <gmp.h>
16#endif
17
18#endif
19#endif /* ! INCL_CF_GMP_H */
Note: See TracBrowser for help on using the repository browser.