219 lines
4.5 KiB
C
Executable File
219 lines
4.5 KiB
C
Executable File
#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 <a.out.h>
|
|
#endif
|
|
|
|
#ifndef ACCESS_H
|
|
# ifdef SYSV
|
|
# define ACCESS_H <unistd.h>
|
|
# else
|
|
# define ACCESS_H <sys/file.h>
|
|
# endif
|
|
#endif
|
|
|
|
#ifndef CTYPE_H
|
|
# define CTYPE_H <ctype.h>
|
|
#endif
|
|
|
|
#ifndef DIRENT_H
|
|
# define DIRENT_H <dirent.h>
|
|
#endif
|
|
|
|
#ifndef ERRNO_H
|
|
# define ERRNO_H <errno.h>
|
|
#endif
|
|
|
|
#ifndef FCNTL_H
|
|
# define FCNTL_H "uvfcntl.h"
|
|
#endif
|
|
|
|
#ifndef GRP_H
|
|
# define GRP_H <grp.h>
|
|
#endif
|
|
|
|
#ifndef IN_H
|
|
# define IN_H <netinet/in.h>
|
|
#endif
|
|
|
|
#ifndef INET_H
|
|
# define INET_H <arpa/inet.h>
|
|
#endif
|
|
|
|
#ifndef LANGINFO_H
|
|
# define LANGINFO_H <langinfo.h>
|
|
#endif
|
|
|
|
#ifndef LIMITS_H
|
|
# define LIMITS_H <limits.h>
|
|
#endif
|
|
|
|
#ifndef MATH_H
|
|
# define MATH_H <math.h>
|
|
#endif
|
|
|
|
#ifndef NETDB_H
|
|
# define NETDB_H <netdb.h>
|
|
#endif
|
|
|
|
#ifndef NLIST_H
|
|
# define NLIST_H <nlist.h>
|
|
#endif
|
|
|
|
#ifndef PWD_H
|
|
# define PWD_H <pwd.h>
|
|
#endif
|
|
|
|
#ifndef SETJMP_H
|
|
# define SETJMP_H <setjmp.h>
|
|
#endif
|
|
|
|
#ifndef SIGNAL_H
|
|
# define SIGNAL_H <signal.h>
|
|
#endif
|
|
|
|
#ifndef SOCKET_H
|
|
# define SOCKET_H <sys/socket.h>
|
|
#endif
|
|
|
|
#ifndef SGTTY_H
|
|
# define SGTTY_H <sgtty.h>
|
|
#endif
|
|
|
|
#ifndef SY_DIR_H
|
|
# define SY_DIR_H <sys/dir.h>
|
|
#endif
|
|
|
|
#ifndef SY_EXEC_H
|
|
# define SY_EXEC_H <sys/exec.h>
|
|
#endif
|
|
|
|
#ifndef SY_FILE_H
|
|
# define SY_FILE_H <sys/file.h>
|
|
#endif
|
|
|
|
#ifndef SY_IOCTL_H
|
|
# define SY_IOCTL_H <sys/ioctl.h>
|
|
#endif
|
|
|
|
#ifndef SY_IPC_H
|
|
# define SY_IPC_H <sys/ipc.h>
|
|
#endif
|
|
|
|
#ifndef SY_MSG_H
|
|
# define SY_MSG_H <sys/msg.h>
|
|
#endif
|
|
|
|
#ifndef SY_SEM_H
|
|
# define SY_SEM_H <sys/sem.h>
|
|
#endif
|
|
|
|
#ifndef SY_SHM_H
|
|
# define SY_SHM_H <sys/shm.h>
|
|
#endif
|
|
|
|
#ifndef SY_SHMSYS_H
|
|
# define SY_SHMSYS_H <sys/shmsys.h>
|
|
#endif
|
|
|
|
#ifndef OS_FCNTL_H
|
|
# define OS_FCNTL_H <fcntl.h>
|
|
#endif
|
|
|
|
#ifndef OS_STAT_H
|
|
# define OS_STAT_H <sys/stat.h>
|
|
#endif
|
|
|
|
#ifndef SY_STAT_H
|
|
# define SY_STAT_H "uvstat.h"
|
|
#endif
|
|
|
|
#ifndef SY_TIME_H
|
|
# define SY_TIME_H <sys/time.h>
|
|
#endif
|
|
|
|
#ifndef SY_TIMES_H
|
|
# define SY_TIMES_H <sys/times.h>
|
|
#endif
|
|
|
|
#ifndef SY_PARAM_H
|
|
# define SY_PARAM_H <sys/param.h>
|
|
#endif
|
|
|
|
#ifndef SY_TYPES_H
|
|
# define SY_TYPES_H <sys/types.h>
|
|
#endif
|
|
|
|
#ifndef TERMIO_H
|
|
# define TERMIO_H <termio.h>
|
|
#endif
|
|
|
|
#ifndef TIME_H
|
|
# define TIME_H <time.h>
|
|
#endif
|
|
|
|
#ifndef UNISTD_H
|
|
# define UNISTD_H <unistd.h>
|
|
#endif
|
|
|
|
#ifndef UTMP_H
|
|
# define UTMP_H <utmp.h>
|
|
#endif
|
|
|
|
#ifndef UVEXEC_H
|
|
# define UVEXEC_H "null.h"
|
|
#endif
|
|
|
|
#ifndef VALUES_H
|
|
# define VALUES_H <values.h>
|
|
#endif
|
|
|
|
#ifndef VARARGS_H
|
|
# define VARARGS_H <varargs.h>
|
|
#endif
|
|
|
|
#endif
|