diff options
author | Igor Sysoev <igor@sysoev.ru> | 2004-09-29 16:00:49 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2004-09-29 16:00:49 +0000 |
commit | ff8da91784ae67ef3b5daa6ebbbbef2ec728729f (patch) | |
tree | 66ca5a267c5768598f12e4bc727e5eced7c3c453 /auto/lib/pcre | |
parent | 55168f6b6bca2d9aafc11ada25b514f7ac99d34f (diff) | |
download | nginx-ff8da91784ae67ef3b5daa6ebbbbef2ec728729f.tar.gz nginx-ff8da91784ae67ef3b5daa6ebbbbef2ec728729f.zip |
nginx-0.1.0-2004-09-29-20:00:49 import; remove years from copyright
Diffstat (limited to 'auto/lib/pcre')
-rw-r--r-- | auto/lib/pcre/conf | 3 | ||||
-rw-r--r-- | auto/lib/pcre/make | 3 | ||||
-rw-r--r-- | auto/lib/pcre/makefile.bcc | 3 | ||||
-rw-r--r-- | auto/lib/pcre/makefile.msvc | 3 | ||||
-rw-r--r-- | auto/lib/pcre/makefile.owc | 3 |
5 files changed, 15 insertions, 0 deletions
diff --git a/auto/lib/pcre/conf b/auto/lib/pcre/conf index 29c561b81..16feffa6b 100644 --- a/auto/lib/pcre/conf +++ b/auto/lib/pcre/conf @@ -1,4 +1,7 @@ +# Copyright (C) Igor Sysoev + + if [ $PCRE != NONE ]; then CORE_INCS="$CORE_INCS $PCRE" CORE_DEPS="$CORE_DEPS $REGEX_DEPS" diff --git a/auto/lib/pcre/make b/auto/lib/pcre/make index 3a42eaba8..fa7bf27d0 100644 --- a/auto/lib/pcre/make +++ b/auto/lib/pcre/make @@ -1,4 +1,7 @@ +# Copyright (C) Igor Sysoev + + case "$CC" in cl) diff --git a/auto/lib/pcre/makefile.bcc b/auto/lib/pcre/makefile.bcc index 5744b90b5..411945260 100644 --- a/auto/lib/pcre/makefile.bcc +++ b/auto/lib/pcre/makefile.bcc @@ -1,4 +1,7 @@ +# Copyright (C) Igor Sysoev + + CFLAGS = -q -O2 -tWM $(CPU_OPT) PCREFLAGS = -DPCRE_STATIC -DPOSIX_MALLOC_THRESHOLD=10 diff --git a/auto/lib/pcre/makefile.msvc b/auto/lib/pcre/makefile.msvc index 31921240c..7c61d31f7 100644 --- a/auto/lib/pcre/makefile.msvc +++ b/auto/lib/pcre/makefile.msvc @@ -1,4 +1,7 @@ +# Copyright (C) Igor Sysoev + + CFLAGS = -O2 -Ob1 -Oi -Gs $(LIBC) $(CPU_OPT) PCREFLAGS = -DPCRE_STATIC -DPOSIX_MALLOC_THRESHOLD=10 diff --git a/auto/lib/pcre/makefile.owc b/auto/lib/pcre/makefile.owc index 41194f55f..227fd90af 100644 --- a/auto/lib/pcre/makefile.owc +++ b/auto/lib/pcre/makefile.owc @@ -1,4 +1,7 @@ +# Copyright (C) Igor Sysoev + + CFLAGS = -c -zq -bt=nt -ot -op -oi -oe -s -bm $(CPU_OPT) PCREFLAGS = -DPCRE_STATIC -DPOSIX_MALLOC_THRESHOLD=10 |