calls to nonexistant fonts (from gbergman@cartan)
[unix-history] / usr / src / usr.bin / mail / local.h
CommitLineData
761330fe
DF
1/*
2 * Copyright (c) 1980 Regents of the University of California.
3 * All rights reserved. The Berkeley software License Agreement
4 * specifies the terms and conditions for redistribution.
5 *
6 * @(#)local.h 5.1 (Berkeley) %G%
7 */
01c219c5
KS
8
9#ifdef V7
10#include "v7.local.h"
11#endif
12
13#ifdef CORY
14#include "c.local.h"
15#endif
16
17#ifdef INGRES
18#include "ing.local.h"
19#endif
20
21#ifdef V6
22#include "v6.local.h"
23#endif
24
25#ifdef CC
26#include "cc.local.h"
27#endif
28
29#ifdef V40
30#include "40.local.h"
31#endif