Apache2
os.h File Reference

This file in included in all Apache source code. It contains definitions of facilities available on this operating system (HAVE_* macros), and prototypes of OS specific functions defined in os.c or os-inline.c. More...

#include <screen.h>
Include dependency graph for os.h:

Go to the source code of this file.

Macros

#define PLATFORM   "NETWARE"
 
#define AP_PLATFORM_REWRITE_ARGS_HOOK   NULL
 
#define CASE_BLIND_FILESYSTEM
 
#define NO_WRITEV
 
#define getpid   NXThreadGetId
 
#define exit(s)   {if((s||hold_screen_on_exit)&&(hold_screen_on_exit>=0)){pressanykey();}apr_terminate();exit(s);}
 

Variables

AP_DECLARE_DATA int hold_screen_on_exit
 

Detailed Description

This file in included in all Apache source code. It contains definitions of facilities available on this operating system (HAVE_* macros), and prototypes of OS specific functions defined in os.c or os-inline.c.