sh_config.h
Click here to get the file
Size
1 kB
-
File type
text/plain
File contents
/*ident "@(#)Path:ksh/sh_config.h 3.1" */
#ifndef _sh_config
#define _sh_config 1
#include <sys/types.h>
#include <sys/param.h>
#define VOID void
#if 0
typedef int pid_t;
typedef long clock_t;
#endif
#define const /* empty */
#endif