Changeset c7db8e in git for Singular/mod2.h.in


Ignore:
Timestamp:
Jun 3, 1998, 5:25:21 PM (26 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'spielwiese', '2a584933abf2a2d3082034c7586d38bb6de1a30a')
Children:
73e491c507b652dcbbebc5d8a3dccad425f4a323
Parents:
c513268331513b481e9cc2e6c0549b239f1da1e2
Message:
* introduced HAVE_EXPLICIT_CONST which is checked for in configure


git-svn-id: file:///usr/local/Singular/svn/trunk@2050 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/mod2.h.in

    rc513268 rc7db8e  
    6767/* Define if sprintf does not return number of printed chars */
    6868#undef BSD_SPRINTF
     69/* define if you have explicit C++ constructors */
     70#undef HAVE_EXPLICIT_CONSTR
    6971/* Define if you have the getcwd function.  */
    7072#undef HAVE_GETCWD
     
    148150#endif
    149151
    150 /* Define if fglmzero constructors do not work */
    151 #if defined(__MWERKS__) || defined(WINNT)
    152 #define __NO_CONSTR__
    153 #endif
    154 
    155152/* Define to use gmp for rational arithmetic */
    156153#define HAVE_GMP
Note: See TracChangeset for help on using the changeset viewer.