| 1 | /*
|
|---|
| 2 | * Copyright © 2001 Novell, Inc. All Rights Reserved.
|
|---|
| 3 | *
|
|---|
| 4 | * You may distribute under the terms of either the GNU General Public
|
|---|
| 5 | * License or the Artistic License, as specified in the README file.
|
|---|
| 6 | *
|
|---|
| 7 | */
|
|---|
| 8 |
|
|---|
| 9 | /*
|
|---|
| 10 | * FILENAME : nwstdio.h
|
|---|
| 11 | * DESCRIPTION : Making stdio calls go thro' the
|
|---|
| 12 | * NetWare specific implementation.
|
|---|
| 13 | * This gets included if PERLIO_IS_STDIO. Instead
|
|---|
| 14 | * of directly calling stdio functions this goes
|
|---|
| 15 | * thro' IPerlStdIO, this ensures that cgi2perl
|
|---|
| 16 | * can call CGI functions and send the o/p to
|
|---|
| 17 | * browser or console.
|
|---|
|
|---|