~ubuntu-branches/ubuntu/hardy/apache2/hardy-proposed

« back to all changes in this revision

Viewing changes to srclib/apr/include/apr.hw

  • Committer: Bazaar Package Importer
  • Author(s): Stefan Fritsch
  • Date: 2008-01-17 20:27:56 UTC
  • mto: This revision was merged to the branch mainline in revision 26.
  • Revision ID: james.westby@ubuntu.com-20080117202756-hv38rjknhwa2ilwi
Tags: upstream-2.2.8
ImportĀ upstreamĀ versionĀ 2.2.8

Show diffs side-by-side

added added

removed removed

Lines of Context:
345
345
typedef  int         apr_off_t;
346
346
#endif
347
347
typedef  int         apr_socklen_t;
 
348
typedef  apr_uint64_t      apr_ino_t;
 
349
 
 
350
/* As we don't want to break users who author for 1.2.x, we can't
 
351
 * present this type until they have included apr_file_info.h
 
352
 * where it was originally declared in release 1.2.0.
 
353
 * Mask it from accedental misuse here.
 
354
 */
 
355
#define apr_ino_t apr_ino_t__requires__apr_file_info_h
348
356
 
349
357
/* Are we big endian? */
350
358
/* XXX: Fatal assumption on Alpha platforms */