version 1.395.2.5, 2013/10/01 00:55:07 |
version 1.395.2.8, 2013/10/06 23:17:05 |
|
|
# |
# |
# CFLAGS += -DOSNAME="\"OpenBSD 5.4\"" |
# CFLAGS += -DOSNAME="\"OpenBSD 5.4\"" |
|
|
VERSION = 1.12.2beta2 |
VERSION = 1.12.2 |
VDATE = 01 October 2013 |
VDATE = 05 October 2013 |
|
|
# IFF your system supports multi-byte functions (setlocale(), wcwidth(), |
# IFF your system supports multi-byte functions (setlocale(), wcwidth(), |
# putwchar()) AND has __STDC_ISO_10646__ (that is, wchar_t is simply a |
# putwchar()) AND has __STDC_ISO_10646__ (that is, wchar_t is simply a |
|
|
# Linux requires -pthread to statically link with libdb. |
# Linux requires -pthread to statically link with libdb. |
#STATIC += -pthread |
#STATIC += -pthread |
|
|
CFLAGS += -g -DHAVE_CONFIG_H -DVERSION="\"$(VERSION)\"" |
CFLAGS += -g -DHAVE_CONFIG_H |
CFLAGS += -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings |
CFLAGS += -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings |
PREFIX = /usr/local |
PREFIX = /usr/local |
WWWPREFIX = /var/www |
WWWPREFIX = /var/www |
Line 390 config.h: config.h.pre config.h.post |
|
Line 390 config.h: config.h.pre config.h.post |
|
rm -f config.log |
rm -f config.log |
( cat config.h.pre; \ |
( cat config.h.pre; \ |
echo; \ |
echo; \ |
if $(CC) $(CFLAGS) -Werror -o test-fgetln test-fgetln.c >> config.log 2>&1; then \ |
echo '#define VERSION "$(VERSION)"'; \ |
|
if $(CC) $(CFLAGS) -Werror -Wno-unused -o test-fgetln test-fgetln.c >> config.log 2>&1; then \ |
echo '#define HAVE_FGETLN'; \ |
echo '#define HAVE_FGETLN'; \ |
rm test-fgetln; \ |
rm test-fgetln; \ |
fi; \ |
fi; \ |
if $(CC) $(CFLAGS) -Werror -o test-strptime test-strptime.c >> config.log 2>&1; then \ |
if $(CC) $(CFLAGS) -Werror -Wno-unused -o test-strptime test-strptime.c >> config.log 2>&1; then \ |
echo '#define HAVE_STRPTIME'; \ |
echo '#define HAVE_STRPTIME'; \ |
rm test-strptime; \ |
rm test-strptime; \ |
fi; \ |
fi; \ |
if $(CC) $(CFLAGS) -Werror -o test-getsubopt test-getsubopt.c >> config.log 2>&1; then \ |
if $(CC) $(CFLAGS) -Werror -Wno-unused -o test-getsubopt test-getsubopt.c >> config.log 2>&1; then \ |
echo '#define HAVE_GETSUBOPT'; \ |
echo '#define HAVE_GETSUBOPT'; \ |
rm test-getsubopt; \ |
rm test-getsubopt; \ |
fi; \ |
fi; \ |
if $(CC) $(CFLAGS) -Werror -o test-strlcat test-strlcat.c >> config.log 2>&1; then \ |
if $(CC) $(CFLAGS) -Werror -Wno-unused -o test-strlcat test-strlcat.c >> config.log 2>&1; then \ |
echo '#define HAVE_STRLCAT'; \ |
echo '#define HAVE_STRLCAT'; \ |
rm test-strlcat; \ |
rm test-strlcat; \ |
fi; \ |
fi; \ |
if $(CC) $(CFLAGS) -Werror -o test-mmap test-mmap.c >> config.log 2>&1; then \ |
if $(CC) $(CFLAGS) -Werror -Wno-unused -o test-mmap test-mmap.c >> config.log 2>&1; then \ |
echo '#define HAVE_MMAP'; \ |
echo '#define HAVE_MMAP'; \ |
rm test-mmap; \ |
rm test-mmap; \ |
fi; \ |
fi; \ |
if $(CC) $(CFLAGS) -Werror -o test-strlcpy test-strlcpy.c >> config.log 2>&1; then \ |
if $(CC) $(CFLAGS) -Werror -Wno-unused -o test-strlcpy test-strlcpy.c >> config.log 2>&1; then \ |
echo '#define HAVE_STRLCPY'; \ |
echo '#define HAVE_STRLCPY'; \ |
rm test-strlcpy; \ |
rm test-strlcpy; \ |
fi; \ |
fi; \ |
if $(CC) $(CFLAGS) -Werror -o test-betoh64 test-betoh64.c >> config.log 2>&1; then \ |
if $(CC) $(CFLAGS) -Werror -Wno-unused -o test-betoh64 test-betoh64.c >> config.log 2>&1; then \ |
echo '#define HAVE_BETOH64'; \ |
echo '#define HAVE_BETOH64'; \ |
rm test-betoh64; \ |
rm test-betoh64; \ |
fi; \ |
fi; \ |