/usr/include/yalecad/mac.h is in libycadgraywolf-dev 0.1.4+20170307gite1bf319-2build1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 | /* -----------------------------------------------------------------
FILE: mac.h
CONTENTS: Definitions for directing conditional compiles on the Mac.
DATE: May 2, 1990
REVISIONS:
----------------------------------------------------------------- */
#ifndef MAC_H
#define MAC_H
#ifndef lint
static char Ymac_HId[] = "@(#) mac.h version 1.4 1/8/92" ;
#endif
#ifdef THINK_C
#include <limits.h>
#include <float.h>
#define ALTERNATE
#define DEBUG
/* #define CLEANUP_C */
#define SIGUSR1 1
#endif /* THINK_C */
#ifdef _AUX_SOURCE
#define NBPG 4096 /* number of bytes per page */
#endif /* _AUX_SOURCE */
#endif /* MAC_H */
|