36 lines
522 B
C
36 lines
522 B
C
/*
|
|
* 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) 6/6/85
|
|
*/
|
|
|
|
#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
|
|
|
|
#ifdef USG
|
|
#include "USG.local.h"
|
|
#endif
|