#ifndef h_include #define h_include /****************************************************************************** * * System include file name mappings * * Module %M% Version %I% Date %H% * * (c) Copyright 1998 Ardent Software Inc. - All Rights Reserved * This is unpublished proprietary source code of Ardent Software, Inc. * The copyright notice above does not evidence any actual or intented * publication of such source code. * ******************************************************************************* * * Maintenence log - insert most recent change descriptions at top * * Date.... GTAR# WHO Description......................................... * 10/14/98 23801 SAP Change copyrights. * 07/12/95 15927 MK Added OS_FCNTL_H * 04/19/95 16244 GMM Added OS_STAT_H and modified SY_STAT_H * 03/07/95 16069 GMM Added definition for uvexec.h * 12/02/94 15077 GMM Added SY_PARAM_H, for the Nt build * 10/18/91 8836 MAA checks for size of file table without opening files. * 08/17/91 8633 MAA Port of Sequent to 6.3.1 * 01/25/91 7930 JWT Fix POSIX/ISO international code for Siemens/Nixdorf * beta testing * 08/17/90 4944 TMC added nother network file netdb.h * 08/03/90 7346 TMC added limits.h test port to ibmrt * 06/21/90 ---- JWT patches for rel 6 test port to sun3 * 06/19/90 ---- JWT patches for rel 6 test port to sun3 * 05/29/90 7025 KIS Add uSY_TYPES_H, uSTDIO_H, uSTRING_H * 05/10/90 5192 JWT New pstat interface * 06/28/89 6077 GPS TCP/IP networking additions for Eurotech * 05/09/89 4862 JWT ACCESS_H for access calls * 04/27/89 5974 JSM Add SY_DIR_H * 01/28/89 5739 JWT New include file mapping scheme * *****************************************************************************/ /* Please try to make entries in alphabetic order. Also make sure that any new entry is distinct in the first 8 characters, and all uppercase. In the event that a file is not applicable to a particular environment, the file "null.h" may be used to satisfy the rule. */ #ifndef A_OUT_H # define A_OUT_H #endif #ifndef ACCESS_H # ifdef SYSV # define ACCESS_H # else # define ACCESS_H # endif #endif #ifndef CTYPE_H # define CTYPE_H #endif #ifndef DIRENT_H # define DIRENT_H #endif #ifndef ERRNO_H # define ERRNO_H #endif #ifndef FCNTL_H # define FCNTL_H "uvfcntl.h" #endif #ifndef GRP_H # define GRP_H #endif #ifndef IN_H # define IN_H #endif #ifndef INET_H # define INET_H #endif #ifndef LANGINFO_H # define LANGINFO_H #endif #ifndef LIMITS_H # define LIMITS_H #endif #ifndef MATH_H # define MATH_H #endif #ifndef NETDB_H # define NETDB_H #endif #ifndef NLIST_H # define NLIST_H #endif #ifndef PWD_H # define PWD_H #endif #ifndef SETJMP_H # define SETJMP_H #endif #ifndef SIGNAL_H # define SIGNAL_H #endif #ifndef SOCKET_H # define SOCKET_H #endif #ifndef SGTTY_H # define SGTTY_H #endif #ifndef SY_DIR_H # define SY_DIR_H #endif #ifndef SY_EXEC_H # define SY_EXEC_H #endif #ifndef SY_FILE_H # define SY_FILE_H #endif #ifndef SY_IOCTL_H # define SY_IOCTL_H #endif #ifndef SY_IPC_H # define SY_IPC_H #endif #ifndef SY_MSG_H # define SY_MSG_H #endif #ifndef SY_SEM_H # define SY_SEM_H #endif #ifndef SY_SHM_H # define SY_SHM_H #endif #ifndef SY_SHMSYS_H # define SY_SHMSYS_H #endif #ifndef OS_FCNTL_H # define OS_FCNTL_H #endif #ifndef OS_STAT_H # define OS_STAT_H #endif #ifndef SY_STAT_H # define SY_STAT_H "uvstat.h" #endif #ifndef SY_TIME_H # define SY_TIME_H #endif #ifndef SY_TIMES_H # define SY_TIMES_H #endif #ifndef SY_PARAM_H # define SY_PARAM_H #endif #ifndef SY_TYPES_H # define SY_TYPES_H #endif #ifndef TERMIO_H # define TERMIO_H #endif #ifndef TIME_H # define TIME_H #endif #ifndef UNISTD_H # define UNISTD_H #endif #ifndef UTMP_H # define UTMP_H #endif #ifndef UVEXEC_H # define UVEXEC_H "null.h" #endif #ifndef VALUES_H # define VALUES_H #endif #ifndef VARARGS_H # define VARARGS_H #endif #endif