Main Page | Class List | File List | Class Members | File Members

osdef.h

Go to the documentation of this file.
00001 /*
00002  * This file is automagically created from osdef.sh -- DO NOT EDIT
00003  */
00004 /* Copyright (c) 1993-2000
00005  *      Juergen Weigert (jnweiger@immd4.informatik.uni-erlangen.de)
00006  *      Michael Schroeder (mlschroe@immd4.informatik.uni-erlangen.de)
00007  * Copyright (c) 1987 Oliver Laumann
00008  *
00009  * This program is free software; you can redistribute it and/or modify
00010  * it under the terms of the GNU General Public License as published by
00011  * the Free Software Foundation; either version 2, or (at your option)
00012  * any later version.
00013  *
00014  * This program is distributed in the hope that it will be useful,
00015  * but WITHOUT ANY WARRANTY; without even the implied warranty of
00016  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00017  * GNU General Public License for more details.
00018  *
00019  * You should have received a copy of the GNU General Public License
00020  * along with this program (see the file COPYING); if not, write to the
00021  * Free Software Foundation, Inc.,
00022  * 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA
00023  *
00024  ****************************************************************
00025  * $Id: osdef.h.in,v 1.2 1994/05/31 12:32:25 mlschroe Exp $ FAU
00026  */
00027 
00028 /****************************************************************
00029  * Thanks to Christos S. Zoulas (christos@ee.cornell.edu) who 
00030  * mangled the screen source through 'gcc -Wall'.
00031  ****************************************************************
00032  */
00033 
00034 #ifdef USEVARARGS
00035 #endif
00036 
00037 #ifdef LOG_NOTICE
00038 #endif
00039 
00040 #if defined(sun) || defined(_SEQUENT_)
00041 extern int   _flsbuf __P((int, FILE *));
00042 #endif
00043 
00044 #ifdef SYSV
00045 #else
00046 #endif
00047 
00048 #ifndef USEBCOPY
00049 # ifdef USEMEMCPY
00050 # else
00051 #  ifdef USEMEMMOVE
00052 #  else
00053 #  endif
00054 # endif
00055 #else
00056 #endif
00057 
00058 #ifdef BSDWAIT
00059 #else
00060 #endif
00061 
00062 
00063 #ifdef HAVE_SETREUID
00064 # ifdef hpux
00065 extern int   setresuid __P((int, int, int));
00066 extern int   setresgid __P((int, int, int));
00067 # else
00068 # endif
00069 #endif
00070 #ifdef HAVE_SETEUID
00071 #endif
00072 
00073 extern char *crypt __P((char *, char *));
00074 
00075 extern int   tgetent __P((char *, char *));
00076 extern char *tgetstr __P((char *, char **));
00077 extern int   tgetnum __P((char *));
00078 extern int   tgetflag __P((char *));
00079 extern void  tputs __P((char *, int, int (*)(int)));
00080 extern char *tgoto __P((char *, int, int));
00081 
00082 #ifdef POSIX
00083 #endif
00084 
00085 
00086 
00087 
00088 
00089 
00090 
00091 #ifdef NAMEDPIPE
00092 #else
00093 #endif
00094 
00095 #if defined(UTMPOK) && defined(GETUTENT)
00096 #endif
00097 
00098 #if defined(sequent) || defined(_SEQUENT_)
00099 extern int   getpseudotty __P((char **, char **));
00100 #ifdef _SEQUENT_
00101 extern int   fvhangup __P((char *));
00102 #endif
00103 #endif
00104 
00105 #ifdef HAVE_UTIMES
00106 #endif
00107 
00108 
00109 # if defined(GETTTYENT) && !defined(GETUTENT) && !defined(UTNOKEEP)
00110 struct ttyent;          /* for getttyent __P */
00111 extern void  setttyent __P((void));
00112 extern struct ttyent *getttyent __P((void));
00113 # endif
00114 
00115 #ifdef SVR4
00116 #endif
00117 
00118 struct stat;
00119 
00120 #if defined(LOADAV) && defined(LOADAV_GETLOADAVG)
00121 extern int getloadavg(double *, int);
00122 #endif
00123 

Generated on Sat Jul 2 20:56:16 2005 for GNU Screen by  doxygen 1.4.3