source: git/ntl/include/NTL/lip.h @ 92c0ac

spielwiese
Last change on this file since 92c0ac was 92c0ac, checked in by Hans Schönemann <hannes@…>, 21 years ago
NTL-5.2 git-svn-id: file:///usr/local/Singular/svn/trunk@6320 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 212 bytes
Line 
1
2#ifndef NTL_g_lip__H
3#define NTL_g_lip__H
4
5#include <NTL/config.h>
6#include <NTL/mach_desc.h>
7
8#ifdef NTL_GMP_LIP
9
10#include <NTL/gmp_aux.h>
11
12#include <NTL/g_lip.h>
13
14#else
15
16#include <NTL/c_lip.h>
17
18#endif
19
20#endif
Note: See TracBrowser for help on using the repository browser.