~ubuntu-branches/ubuntu/karmic/apache2/karmic-security

« back to all changes in this revision

Viewing changes to srclib/apr-util/xml/expat/config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Stefan Fritsch
  • Date: 2008-10-01 11:50:18 UTC
  • mfrom: (34 intrepid)
  • mto: (14.2.1 squeeze)
  • mto: This revision was merged to the branch mainline in revision 40.
  • Revision ID: james.westby@ubuntu.com-20081001115018-1022gw429ce4pqyp
Tags: 2.2.9-10
Regression fix from upstream svn for mod_proxy_http:
Don't trigger a retry by the client if a failure to read the response line
was the result of a timeout.

Show diffs side-by-side

added added

removed removed

Lines of Context:
74
74
/* Define to 1 if you have the ANSI C header files. */
75
75
#undef STDC_HEADERS
76
76
 
77
 
/* Define to 1 if your processor stores words with the most significant byte
78
 
   first (like Motorola and SPARC, unlike Intel and VAX). */
79
 
#undef WORDS_BIGENDIAN
 
77
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
 
78
   significant byte first (like Motorola and SPARC, unlike Intel and VAX). */
 
79
#if defined __BIG_ENDIAN__
 
80
# define WORDS_BIGENDIAN 1
 
81
#elif ! defined __LITTLE_ENDIAN__
 
82
# undef WORDS_BIGENDIAN
 
83
#endif
80
84
 
81
85
/* Define to empty if `const' does not conform to ANSI C. */
82
86
#undef const
83
87
 
84
 
/* Define to `long' if <sys/types.h> does not define. */
 
88
/* Define to `long int' if <sys/types.h> does not define. */
85
89
#undef off_t
86
90
 
87
 
/* Define to `unsigned' if <sys/types.h> does not define. */
 
91
/* Define to `unsigned int' if <sys/types.h> does not define. */
88
92
#undef size_t
89
93
 
90
94
#define XML_NS