~clint-fewbar/ubuntu/precise/squid3/ignore-sighup-early

« back to all changes in this revision

Viewing changes to helpers/negotiate_auth/squid_kerb_auth/ska_config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Luigi Gangitano
  • Date: 2011-01-21 18:43:56 UTC
  • mfrom: (1.4.5 upstream)
  • mto: This revision was merged to the branch mainline in revision 26.
  • Revision ID: james.westby@ubuntu.com-20110121184356-4zn7gwuzws6lpnuc
Tags: 3.1.10-1
* New upstream release (Closes: #609881)
  - Removed patches integrated upstream
    + 16-CVE-2010-3072
    + 17-CVE-2010-2951
  - Fixes TCP DNS lookups failure on IPv6-disabled systems (Closes: #607379)
  - Fixes HTTPS not working if IPv6 is disabled (Closes: #594713)

* debian/rules
  - Enable ZPH feature (Closes: #597687)

* debian/squid3.ufw.profile
  - Added UFW profile, thanks to Alessio Treglia (Closes: #605088)

* debian/control
  - Added versioned dependency on squid-langpack

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* ska_config.h.in.  Generated from configure.in by autoheader.  */
 
1
/* ska_config.h.in.  Generated from configure.ac by autoheader.  */
2
2
 
3
3
/*
4
4
 * -----------------------------------------------------------------------------
39
39
#endif /* HAVE_SQUID */
40
40
 
41
41
 
 
42
/* Define if building universal (internal helper macro) */
 
43
#undef AC_APPLE_UNIVERSAL_BUILD
 
44
 
42
45
/* Define to 1 if you have the declaration of `xfree', and to 0 if you don't.
43
46
   */
44
47
#undef HAVE_DECL_XFREE
172
175
/* Define to the one symbol short name of this package. */
173
176
#undef PACKAGE_TARNAME
174
177
 
 
178
/* Define to the home page for this package. */
 
179
#undef PACKAGE_URL
 
180
 
175
181
/* Define to the version of this package. */
176
182
#undef PACKAGE_VERSION
177
183
 
182
188
#undef VERSION
183
189
 
184
190
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
185
 
   significant byte first (like Motorola and SPARC, unlike Intel and VAX). */
186
 
#if defined __BIG_ENDIAN__
187
 
# define WORDS_BIGENDIAN 1
188
 
#elif ! defined __LITTLE_ENDIAN__
189
 
# undef WORDS_BIGENDIAN
 
191
   significant byte first (like Motorola and SPARC, unlike Intel). */
 
192
#if defined AC_APPLE_UNIVERSAL_BUILD
 
193
# if defined __BIG_ENDIAN__
 
194
#  define WORDS_BIGENDIAN 1
 
195
# endif
 
196
#else
 
197
# ifndef WORDS_BIGENDIAN
 
198
#  undef WORDS_BIGENDIAN
 
199
# endif
190
200
#endif
191
201
 
192
202