document distributed with 4.2BSD
[unix-history] / usr / src / usr.bin / mail / local.h
/*
* Copyright (c) 1980 Regents of the University of California.
* All rights reserved. The Berkeley software License Agreement
* specifies the terms and conditions for redistribution.
*
* @(#)local.h 5.1 (Berkeley) %G%
*/
#ifdef V7
#include "v7.local.h"
#endif
#ifdef CORY
#include "c.local.h"
#endif
#ifdef INGRES
#include "ing.local.h"
#endif
#ifdef V6
#include "v6.local.h"
#endif
#ifdef CC
#include "cc.local.h"
#endif
#ifdef V40
#include "40.local.h"
#endif