view msdos/sed5x.inp @ 15142:6879c02a290c

Check to see if already included. (fd_set, filedesc): New structures. (child_process, MAX_CHILDREN, CHILD_ACTIVE): Definitions moved from ntproc.c. (FD_SET, FD_CLR, FD_ISSET, FD_ZERO): Operate on fd_set structures. (SELECT_TYPE): New macro. New child process status enumeration. (FILE_READ, FILE_WRITE, FILE_BINARY, FILE_PIPE, FILE_SOCKET): New macros. (fd_info, new_child, delete_child): Declared.
author Geoff Voelker <voelker@cs.washington.edu>
date Fri, 03 May 1996 18:33:20 +0000
parents b37425ecb3f0
children a4fb0c9be609
line wrap: on
line source

# -sed5x.inp------------------------------------------------------------
# Configuration script for oldxmenu/makefile for DesqView/X
# ----------------------------------------------------------------------
/^srcdir *=/s/@[^@\n]*@/./
/^VPATH *=/s/@[^@\n]*@/./
/^C_SWITCH_X_SITE *=/s/@[^@\n]*@//
/^CC *=/s/@[^@\n]*@/gcc/
/^CPP *=/s/@[^@\n]*@/gcc -e/
/^CFLAGS *=/s/@[^@\n]*@/-O2 -g/
/^LN_S *=/s/@[^@\n]*@/ln -s/
s/|| true//