Changeset c90500 in git
- Timestamp:
- Nov 20, 2012, 4:50:00 PM (10 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- 3e7db4d961b4509d248e12d8e96e2bed08d9cfe8
- Parents:
- cecef07e441bf8e0ac3da94431b1ca83e92e753f
- Location:
- Singular
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/ipid.cc
rcecef0 rc90500 29 29 #include <Singular/ipid.h> 30 30 #include <Singular/blackbox.h> 31 #include "feOpt.h"32 31 33 32 #ifdef HAVE_DYNAMIC_LOADING … … 153 152 //the types with the standard init: set the struct to zero 154 153 case LINK_CMD: 155 if (feOptValue(FE_OPT_NO_SHELL)) Werror("link data type is disallowed in restricted mode");156 154 return (void*) omAlloc0Bin(sip_link_bin); 157 155 case RING_CMD: -
Singular/links/silink.cc
rcecef0 rc90500 31 31 #include <Singular/links/ssiLink.h> 32 32 #include <Singular/links/pipeLink.h> 33 #include "feOpt.h" 33 34 34 35 // #ifdef HAVE_DBM … … 196 197 197 198 if (l->m == NULL) slInit(l, ((char*)"")); 199 200 if (feOptValue(FE_OPT_NO_SHELL)) {WerrorS("no links allowed");return TRUE;} 198 201 199 202 const char *c="_";;
Note: See TracChangeset
for help on using the changeset viewer.