source: trunk/third/sysinfo/mconfig.h @ 12269

Revision 12269, 597 bytes checked in by ghudson, 26 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r12268, which included commits to RCS files with non-trunk default branches.
Line 
1/*
2 * Copyright (c) 1992-1998 Michael A. Cooper.
3 * This software may be freely used and distributed provided it is not
4 * sold for profit or used in part or in whole for commercial gain
5 * without prior written agreement, and the author is credited
6 * appropriately.
7 */
8
9/*
10 * $Revision: 1.1.1.1 $
11 */
12
13/*
14 * Master Configuration header file
15 *
16 * All compliant .c files should include this file.  It will always
17 * include appropriate files for the MC product to define things like
18 * IS_POSIX_SOURCE and whatnot.
19 */
20#include <stdio.h>
21#include "os.h"
22#include "config.h"
23#include "mcdefs.h"
Note: See TracBrowser for help on using the repository browser.