/* Licensed to the Apache Software Foundation (ASF) under one or more *contributorlicenseagreements.SeetheNOTICEfiledistributedwith *thisworkforadditionalinformationregardingcopyrightownership. *TheASFlicensesthisfiletoYouundertheApacheLicense,Version2.0 *(the"License");youmaynotusethisfileexceptincompliancewith *theLicense.YoumayobtainacopyoftheLicenseat * *http://www.apache.org/licenses/LICENSE-2.0 * *Unlessrequiredbyapplicablelaworagreedtoinwriting,software *distributedundertheLicenseisdistributedonan"ASIS"BASIS, *WITHOUTWARRANTIESORCONDITIONSOFANYKIND,eitherexpressorimplied. *SeetheLicenseforthespecificlanguagegoverningpermissionsand *limitationsundertheLicense.
*/
/* Define command-line rewriting for this platform, handled by core. *ForNetware,thisiscurrentlyhandledinsidetheNetwareMPM. *XXXTosupportachoiceofMPMs,extractcommonplatformbehavior *intoafunctionspecifiedhere.
*/ #define AP_PLATFORM_REWRITE_ARGS_HOOK NULL
#include <screen.h>
AP_DECLARE_DATA externint hold_screen_on_exit; /* Indicates whether the screen should be held open on exit*/
#define CASE_BLIND_FILESYSTEM #define NO_WRITEV
#define getpid NXThreadGetId
/* Hold the screen open if there is an exit code and the hold_screen_on_exit flag >= 0 or the hold_screen_on_exit>0.Ifthehold_screen_on_exitflagis<0thenclosethescreenno
matter what the exit code is. */ #defineexit(s) {if((s||hold_screen_on_exit)&&(hold_screen_on_exit>=0)){pressanykey();}apr_terminate();exit(s);}
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.