io.h revision 7c478bd95313f5f23a4c958a745db2134aa03244
/*
* CDDL HEADER START
*
* The contents of this file are subject to the terms of the
* Common Development and Distribution License, Version 1.0 only
* (the "License"). You may not use this file except in compliance
* with the License.
*
* You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
* or http://www.opensolaris.org/os/licensing.
* See the License for the specific language governing permissions
* and limitations under the License.
*
* When distributing Covered Code, include this CDDL HEADER in each
* file and include the License file at usr/src/OPENSOLARIS.LICENSE.
* If applicable, add the following below this CDDL HEADER, with the
* fields enclosed by brackets "[]" replaced with your own identifying
* information: Portions Copyright [yyyy] [name of copyright owner]
*
* CDDL HEADER END
*/
/* Copyright (c) 1984, 1986, 1987, 1988, 1989 AT&T */
/* All Rights Reserved */
/*
* Copyright (c) 1985 AT&T
* All Rights Reserved
*/
#ident "%Z%%M% %I% %E% SMI" /* SVr4.0 1.3 */
/*#include <stdio.h>*/
#include "mio.h"
#include "mess.h"
#define STR_SIZE 512
#define ANY 99
#define DV 87 /* dummy var for exit code */
#ifndef YES
#define YES 1
#endif
#ifndef NO
#define NO 0
#endif
#define FILENO 7
#define FILECOUNT 10
#define ISDIR 99
#define ISFILE 88
#define RESTART LBUT
#define DONE LBUT-1
#define MORE LBUT-2
#define PRE LBUT-3
#define BUT1 FBUT
#define BUT2 FBUT+1
#define BUT3 FBUT+2
#define BUT4 FBUT+3
#define BUT5 FBUT+4
#define BUT1R LBUT-6
#define BUT2R LBUT-5
#define BUT3R LBUT-4
#define CRYPT 70
#define RECRYPT 90
#define REG 64
#define FULL 65
#define STRUCT 66
#define BOTTOMLEVEL 4
#define GCOUNT 9
#define PROCESS 0
#define THROW_OUT -1
#define EDIT -2
#define MAXPGS 102
#define NOTSET 0
#define ENDDOC 1
#define ASCII 2
char *ctime();
#ifndef MAIL
#define NEWS 16
#define MAIL 17
#endif