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

« back to all changes in this revision

Viewing changes to appl/login/login_locl.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:
31
31
 * SUCH DAMAGE. 
32
32
 */
33
33
 
34
 
/* $Id: login_locl.h 17302 2006-04-27 09:17:01Z lha $ */
 
34
/* $Id: login_locl.h 22980 2008-04-15 15:54:33Z lha $ */
35
35
 
36
36
#ifndef __LOGIN_LOCL_H__
37
37
#define __LOGIN_LOCL_H__
126
126
#endif
127
127
#endif
128
128
 
 
129
/* if cygwin doesnt have WTMPX_FILE, it uses wtmp for wtmpx
 
130
 * http://www.cygwin.com/ml/cygwin/2006-12/msg00630.html */
 
131
#ifdef __CYGWIN__
 
132
#ifndef WTMPX_FILE
 
133
#define WTMPX_FILE WTMP_FILE
 
134
#endif
 
135
#endif
 
136
 
129
137
#ifndef _PATH_LOGACCESS
130
138
#define _PATH_LOGACCESS SYSCONFDIR "/login.access"
131
139
#endif /* _PATH_LOGACCESS */