Changeset 4581
- Timestamp:
- 02/21/10 21:36:31 (5 months ago)
- Location:
- trunk/varnish-cache
- Files:
-
- 4 removed
- 3 modified
-
configure.ac (modified) (1 diff)
-
include/Makefile.am (modified) (2 diffs)
-
include/compat/asprintf.h (deleted)
-
include/compat/vasprintf.h (deleted)
-
lib/libvarnishcompat/Makefile.am (modified) (1 diff)
-
lib/libvarnishcompat/asprintf.c (deleted)
-
lib/libvarnishcompat/vasprintf.c (deleted)
Legend:
- Unmodified
- Added
- Removed
-
trunk/varnish-cache/configure.ac
r4558 r4581 211 211 # These functions are provided by libcompat on platforms where they 212 212 # are not available 213 AC_CHECK_FUNCS([asprintf vasprintf])214 213 AC_CHECK_FUNCS([setproctitle]) 215 214 AC_CHECK_FUNCS([srandomdev]) -
trunk/varnish-cache/include/Makefile.am
r4469 r4581 14 14 cli_priv.h \ 15 15 cli_serve.h \ 16 compat/asprintf.h \17 16 compat/daemon.h \ 18 17 compat/execinfo.h \ … … 22 21 compat/strlcpy.h \ 23 22 compat/strndup.h \ 24 compat/vasprintf.h \25 23 flopen.h \ 26 24 http_headers.h \ -
trunk/varnish-cache/lib/libvarnishcompat/Makefile.am
r4056 r4581 8 8 9 9 libvarnishcompat_la_SOURCES = \ 10 asprintf.c \11 10 daemon.c \ 12 11 execinfo.c \ 13 vasprintf.c \14 12 setproctitle.c \ 15 13 srandomdev.c \
