Changeset dc0898 in git for Singular/mod2.h.in
- Timestamp:
- Aug 2, 2000, 3:40:33 PM (23 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- ff4e84752079c82f72d2cff28527ed1b217ac9be
- Parents:
- e03066780716d0feba708e2349c879d0957c6ff2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/mod2.h.in
re03066 rdc0898 6 6 * DO NOT EDIT! 7 7 * 8 * Version: $Id: mod2.h.in,v 1.8 2 2000-04-27 10:07:09obachman Exp $8 * Version: $Id: mod2.h.in,v 1.83 2000-08-02 13:40:33 obachman Exp $ 9 9 *******************************************************************/ 10 10 #ifndef MOD2_H … … 272 272 #define MM_COUNT 1 273 273 274 /* Under HPUX 9, system(...) returns -1 if SIGCHLD does not equal 275 SIG_DFL. However, if it stays at SIG_DFL we get zombie processes 276 for terminated childs generated by fork. Therefors some special treatment 277 is necessary */ 278 #ifdef HPUX_9 279 #include <stdlib.h> 280 #define system hpux9_system 281 #ifdef __cplusplus 282 extern "C" { 283 #endif 284 int hpux9_system(const char* system); 285 #ifdef __cplusplus 286 } 287 #endif 288 #endif 274 289 275 290 #ifndef HAVE_LIBPARSER
Note: See TracChangeset
for help on using the changeset viewer.