summaryrefslogtreecommitdiff
path: root/mptable.h
blob: 835c9bd8c4aa64c5d7edaecd3244e321943cca47 (plain)
1
2
3
4
5
6
7
8
9
#ifndef _MPTABLE_H
#define _MPTABLE_H

#define	SMP_NO	0
#define SMP_YES	1

int issmp(int verbose);

#endif