Changeset 0c7cb8 in git
- Timestamp:
- Mar 25, 2005, 6:13:06 PM (18 years ago)
- Branches:
- (u'spielwiese', '828514cf6e480e4bafc26df99217bf2a1ed1ef45')
- Children:
- bc7f20744815ece717ec65a25cc91a18ee9393ba
- Parents:
- 81a6f28ef505d3aed265bb5df75a2afd0eec4ed6
- Location:
- Singular
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/Makefile.in
r81a6f2 r0c7cb8 70 70 LIBS = -lm @NEED_LIBS@ 71 71 else 72 LIBS = -lsingfac -lsingcf -lntl -lgmp -static -l gdbm -lreadline -lncurses72 LIBS = -lsingfac -lsingcf -lntl -lgmp -static -lreadline -lncurses 73 73 endif 74 74 MP_LIBS = @MP_LIBS@ -
Singular/silink.cc
r81a6f2 r0c7cb8 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: silink.cc,v 1.4 4 2004-01-22 15:01:22 SingularExp $ */4 /* $Id: silink.cc,v 1.45 2005-03-25 17:13:05 levandov Exp $ */ 5 5 6 6 /* … … 25 25 #include "intvec.h" 26 26 27 #ifdef HAVE_DBM28 #ifdef ix86_Win29 #define USE_GDBM30 #endif31 #endif27 // #ifdef HAVE_DBM 28 // #ifdef ix86_Win 29 // #define USE_GDBM 30 // #endif 31 // #endif 32 32 33 33 omBin s_si_link_extension_bin = omGetSpecBin(sizeof(s_si_link_extension)); -
Singular/sing_dbm.cc
r81a6f2 r0c7cb8 5 5 //**************************************************************************/ 6 6 // 7 // $Id: sing_dbm.cc,v 1.1 8 2001-10-09 16:36:22 SingularExp $7 // $Id: sing_dbm.cc,v 1.19 2005-03-25 17:13:06 levandov Exp $ 8 8 // 9 9 //**************************************************************************/ … … 28 28 # include "sing_dbm.h" 29 29 30 #ifdef ix86_Win31 # define USE_GDBM32 # define BLOCKSIZE 133 # define GDBM_STATIC34 # include <gdbm.h>35 #endif30 // #ifdef ix86_Win 31 // # define USE_GDBM 32 // # define BLOCKSIZE 1 33 // # define GDBM_STATIC 34 // # include <gdbm.h> 35 // #endif 36 36 37 37 #ifdef USE_GDBM
Note: See TracChangeset
for help on using the changeset viewer.