source: git/kernel/si_gmp.h @ 83bde7

spielwiese
Last change on this file since 83bde7 was 341696, checked in by Hans Schönemann <hannes@…>, 14 years ago
Adding Id property to all files git-svn-id: file:///usr/local/Singular/svn/trunk@12231 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 289 bytes
Line 
1/* $Id$ */
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.