mirror of
https://github.com/apache/httpd.git
synced 2025-08-08 15:02:10 +03:00
remove OS/2 platform support
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@758929 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -390,12 +390,7 @@ static apr_status_t run_cgi_child(apr_file_t **script_out,
|
||||
#endif
|
||||
|
||||
#ifdef DEBUG_CGI
|
||||
#ifdef OS2
|
||||
/* Under OS/2 need to use device con. */
|
||||
FILE *dbg = fopen("con", "w");
|
||||
#else
|
||||
FILE *dbg = fopen("/dev/tty", "w");
|
||||
#endif
|
||||
int i;
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user