source: git/ntl/src/lip.c @ 33a041

spielwiese
Last change on this file since 33a041 was 09da99, checked in by Hans Schönemann <hannes@…>, 21 years ago
*hannes: NTL- 5.3.1 git-svn-id: file:///usr/local/Singular/svn/trunk@6910 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 222 bytes
Line 
1
2#include <NTL/config.h>
3
4#if (defined(NTL_CXX_ONLY) && !defined(__cplusplus))
5#error "CXX_ONLY flag set...must use C++ compiler"
6#endif
7
8#ifdef NTL_GMP_LIP
9
10#include "g_lip_impl.h"
11
12#else
13
14#include "c_lip_impl.h"
15
16#endif
Note: See TracBrowser for help on using the repository browser.