Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 227333 | Differences between
and this patch

Collapse All | Expand All

(-)configure.in (+3 lines)
Lines 28-33 Link Here
28
28
29
AC_CANONICAL_HOST
29
AC_CANONICAL_HOST
30
30
31
dnl Define _GNU_SOURCE, this should be done before any feature test.
32
AC_DEFINE([_GNU_SOURCE], [], [Enabling GNU libc extensions])
33
31
AC_PROG_MAKE_SET
34
AC_PROG_MAKE_SET
32
AC_PROG_RANLIB
35
AC_PROG_RANLIB
33
AC_PROG_INSTALL
36
AC_PROG_INSTALL
(-)lib/bind/configure.in.old (+3 lines)
Lines 22-27 Link Here
22
22
23
AC_CANONICAL_HOST
23
AC_CANONICAL_HOST
24
24
25
dnl Define _GNU_SOURCE, this should be done before any feature test.
26
AC_DEFINE([_GNU_SOURCE], [], [Enabling GNU libc extensions])
27
25
AC_PROG_MAKE_SET
28
AC_PROG_MAKE_SET
26
AC_PROG_RANLIB
29
AC_PROG_RANLIB
27
AC_PROG_INSTALL
30
AC_PROG_INSTALL
(-)lib/isc/httpd.c.old (+2 lines)
Lines 18-23 Link Here
18
18
19
/*! \file */
19
/*! \file */
20
20
21
#include <config.h>
22
21
#include <isc/buffer.h>
23
#include <isc/buffer.h>
22
#include <isc/httpd.h>
24
#include <isc/httpd.h>
23
#include <isc/mem.h>
25
#include <isc/mem.h>

Return to bug 227333