diff options
| author | Gabor Kovesdan <gabor@FreeBSD.org> | 2011-05-04 13:28:53 +0000 | 
|---|---|---|
| committer | Gabor Kovesdan <gabor@FreeBSD.org> | 2011-05-04 13:28:53 +0000 | 
| commit | 44fd0d2b3fcf0783ea1c63226a6da3a6b3ae5c69 (patch) | |
| tree | 2350659a25b625dd386cc3c6e9c4def8a6fad536 /lib | |
| parent | 501e1d8a72945be95d1488adaf59a014e5f2a356 (diff) | |
Notes
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/Makefile | 16 | ||||
| -rw-r--r-- | lib/stamp-h2 | 1 | ||||
| -rw-r--r-- | lib/tre-config.h | 44 | 
3 files changed, 0 insertions, 61 deletions
| diff --git a/lib/Makefile b/lib/Makefile deleted file mode 100644 index b5244fee998f..000000000000 --- a/lib/Makefile +++ /dev/null @@ -1,16 +0,0 @@ -# -# $FreeBSD$ -# - -LIB=	regex -SHLIB_MAJOR= 1 -NO_MAN=	yes - -CFLAGS+= -DHAVE_MBRTOWC -DHAVE_MBSTATE_T -DHAVE_WCTYPE_H \ -		-DTRE_REGEX_T_FIELD=value - -SRCS=	regcomp.c regerror.c regexec.c tre-ast.c tre-compile.c \ -	tre-match-approx.c tre-match-backtrack.c tre-match-parallel.c \ -	tre-mem.c tre-parse.c tre-stack.c xmalloc.c - -.include <bsd.lib.mk> diff --git a/lib/stamp-h2 b/lib/stamp-h2 deleted file mode 100644 index c328f705cb54..000000000000 --- a/lib/stamp-h2 +++ /dev/null @@ -1 +0,0 @@ -timestamp for lib/tre-config.h diff --git a/lib/tre-config.h b/lib/tre-config.h deleted file mode 100644 index bf2d596aeb4d..000000000000 --- a/lib/tre-config.h +++ /dev/null @@ -1,44 +0,0 @@ -/* lib/tre-config.h.  Generated from tre-config.h.in by configure.  */ -/* tre-config.h.in.  This file has all definitions that are needed in -   `tre.h'.  Note that this file must contain only the bare minimum -   of definitions without the TRE_ prefix to avoid conflicts between -   definitions here and definitions included from somewhere else. */ - -/* Define to 1 if you have the <libutf8.h> header file. */ -/* #undef HAVE_LIBUTF8_H */ - -/* Define to 1 if the system has the type `reg_errcode_t'. */ -/* #undef HAVE_REG_ERRCODE_T */ - -/* Define to 1 if you have the <sys/types.h> header file. */ -#define HAVE_SYS_TYPES_H 1 - -/* Define to 1 if you have the <wchar.h> header file. */ -#define HAVE_WCHAR_H 1 - -/* Define if you want to enable approximate matching functionality. */ -#define TRE_APPROX 1 - -/* Define to enable multibyte character set support. */ -#define TRE_MULTIBYTE 1 - -/* Define to the absolute path to the system tre.h */ -/* #undef TRE_SYSTEM_REGEX_H_PATH */ - -/* Define to include the system regex.h from tre.h */ -/* #undef TRE_USE_SYSTEM_REGEX_H */ - -/* Define to enable wide character (wchar_t) support. */ -#define TRE_WCHAR 1 - -/* TRE version string. */ -#define TRE_VERSION "0.8.0" - -/* TRE version level 1. */ -#define TRE_VERSION_1 0 - -/* TRE version level 2. */ -#define TRE_VERSION_2 8 - -/* TRE version level 3. */ -#define TRE_VERSION_3 0 | 
