Changeset d828d63 in git for Singular/feOptTab.h
- Timestamp:
- Aug 2, 2012, 10:29:12 AM (11 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'ad2543eab51733612ba7d118afc77edca719600e')
- Children:
- 0419aba8292e7109329604d8ad03b70f8ef65423
- Parents:
- 85bcd6879cf375abcd839182c40d607f5e1e7884
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/feOptTab.h
r85bcd6 rd828d63 140 140 "LINK", "Use LINK for connections", feOptString, 0, 0}, 141 141 142 #ifdef HAVE_MPSR143 {"MPrsh", required_argument, LONG_OPTION_RETURN,144 "RSH", "Use RSH for MP connections", feOptString, 0, 0},145 #endif146 147 142 {"ticks-per-sec", required_argument, LONG_OPTION_RETURN, 148 143 "TICKS", "Sets unit of timer to TICKS per second", feOptInt, (void*)1, 0}, 149 150 // undocumented options151 #ifdef HAVE_MPSR152 {"MPtransp", required_argument, LONG_OPTION_RETURN,153 "TRANSP", "// Use TRANSP for MP connections", feOptString, 0, 0},154 155 {"MPmode", required_argument, LONG_OPTION_RETURN,156 "MODE", "// Use MODE for MP connections", feOptString, 0, 0},157 #endif158 144 159 145 // terminator -- do NOT remove
Note: See TracChangeset
for help on using the changeset viewer.