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

Revision 12269, 431 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 by Michael A. Cooper.
3 * All rights reserved.
4 */
5
6/*
7 * $Revision: 1.1.1.1 $
8 *
9 * MagniComp Regular Expression header file
10 */
11
12#ifndef __mcregex_h__
13#define __mcregex_h__
14
15#include "mconfig.h"
16
17/*
18 * Types of regular expression functions
19 */
20#define RE_REGCOMP              1               /* POSIX regcomp() */
21#define RE_COMP                 2               /* BSD re_comp() */
22#define RE_REGCMP               3               /* SYSV regcmp() */
23
24#endif  /* __mcregex_h__ */
Note: See TracBrowser for help on using the repository browser.