Changeset 8f769bb in git for Singular/mod2.h.in
- Timestamp:
- Sep 22, 1999, 12:19:05 PM (24 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- fcc8828a7bb095ce2cfa6cabeb554095b3e4aefe
- Parents:
- 2907f59317cf17c238dd583d6ac1c10ba279ba40
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/mod2.h.in
r2907f5 r8f769bb 5 5 * DO NOT EDIT! 6 6 * 7 * Version: $Id: mod2.h.in,v 1.6 6 1999-08-25 16:02:48Singular Exp $7 * Version: $Id: mod2.h.in,v 1.67 1999-09-22 10:19:05 Singular Exp $ 8 8 *******************************************************************/ 9 9 #ifndef MOD2_H … … 146 146 ******************************************************************/ 147 147 /* define to use the dynamic linking of readline in non-distributions builds */ 148 /* #undef USE_ DYN_RL */148 /* #undef USE_STATIC_RL */ 149 149 150 150 /* Default value for timer resolution in ticks per second */ … … 204 204 /* dynamic readline or readline ? */ 205 205 #ifdef HAVE_DL 206 #if defined(MAKE_DISTRIBUTION) || defined(USE_DYN_RL)206 #if !defined(USE_STATIC_RL) 207 207 #define HAVE_DYN_RL 208 208 #endif
Note: See TracChangeset
for help on using the changeset viewer.