Changeset 3ebcbd in git for Singular/mod2.h.in


Ignore:
Timestamp:
May 5, 1997, 3:40:06 PM (27 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
a0fdd20d0279073d8a7f6e246c12fd80625bd3f0
Parents:
d6db1f24daa6c24df9f8235244659d12fc575d45
Message:
Mon May  5 10:31:15 1997  Olaf Bachmann
<obachman@ratchwum.mathematik.uni-kl.de (Olaf Bachmann)>

	* mod2.h.in: define buildin_gmp, if HAVE_GMP and macintosh


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

Legend:

Unmodified
Added
Removed
  • Singular/mod2.h.in

    rd6db1f2 r3ebcbd  
    111111/* Undefine to disable real time measurments  */
    112112#ifdef HAVE_GETTIMEOFDAY
     113#ifndef macintosh
    113114#define HAVE_RTIMER
     115#endif
    114116#endif
    115117
     
    134136#ifndef buildin_help
    135137#define buildin_help 1
     138#endif
     139#ifdef HAVE_GMP
     140#define buildin_gmp 1
    136141#endif
    137142#endif
Note: See TracChangeset for help on using the changeset viewer.