diff options
Diffstat (limited to 'U/i_sysstat.U')
-rw-r--r-- | U/i_sysstat.U | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/U/i_sysstat.U b/U/i_sysstat.U deleted file mode 100644 index e607898ed8..0000000000 --- a/U/i_sysstat.U +++ /dev/null @@ -1,21 +0,0 @@ -?RCS: $Id: i_sysstat.U,v $ -?RCS: -?RCS: $Log: i_sysstat.U,v $ -?RCS: -?MAKE:i_sysstat: Inhdr -?MAKE: -pick add $@ %< -?S:i_sysstat: -?S: This variable conditionally defines the I_SYS_STAT symbol, -?S: and indicates whether a C program should include <sys/stat.h>. -?S:. -?C:I_SYS_STAT (I_SYSSTAT): -?C: This symbol, if defined, indicates to the C program that it should -?C: include <sys/stat.h>. -?C:. -?H:#$i_sysstat I_SYS_STAT /**/ -?H:. -?LINT:set i_sysstat -: see if sys/stat.h is available -set sys/stat.h i_sysstat -eval $inhdr - |