~ubuntu-branches/ubuntu/jaunty/heimdal/jaunty

« back to all changes in this revision

Viewing changes to lib/wind/errorlist_table.h

  • Committer: Bazaar Package Importer
  • Author(s): Nick Ellery
  • Date: 2008-11-17 22:25:58 UTC
  • mfrom: (1.1.5 upstream) (2.1.2 lenny)
  • Revision ID: james.westby@ubuntu.com-20081117222558-jd1aj1jth6ycdb0x
Tags: 1.2.dfsg.1-2.1ubuntu1
* Merge from debian unstable, remaining changes (LP: #299345):
  - Change libdb4.2-dev to libdb4.6-dev in build-deps
  - Add netbase to heimdal-kdc depends.
  - Set CPPFLAGS=-DLDAP_DEPRECATED to fix build with OpenLDAP 2.4 on
    64-bit architectures.
* Remove dependency on update-inetd to heimdal-servers and heimdal-kdc,
  as packages should rely on the inet-superserver to provide the
  update-inetd command.
* Drop the addition of -1 to the version of comerr-dev in build depends.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* errorlist_table.h */
 
2
/* Automatically generated at 2008-05-22T19:40:18.758154 */
 
3
 
 
4
#ifndef ERRORLIST_TABLE_H
 
5
#define ERRORLIST_TABLE_H 1
 
6
 
 
7
#include "windlocl.h"
 
8
 
 
9
struct error_entry {
 
10
  uint32_t start;
 
11
  unsigned len;
 
12
  wind_profile_flags flags;
 
13
};
 
14
 
 
15
extern const struct error_entry _wind_errorlist_table[];
 
16
 
 
17
extern const size_t _wind_errorlist_table_size;
 
18
 
 
19
#endif /* ERRORLIST_TABLE_H */