~ubuntu-branches/ubuntu/trusty/ldb/trusty-proposed

« back to all changes in this revision

Viewing changes to lib/replace/system/passwd.h

  • Committer: Package Import Robot
  • Author(s): Jelmer Vernooij
  • Date: 2012-02-07 16:04:26 UTC
  • mfrom: (1.3.11)
  • Revision ID: package-import@ubuntu.com-20120207160426-hz17vq8gs1epwkf2
Tags: 1:1.1.4+git20120206-1
* New upstream snapshot.
 + Extracts waf source code. Closes: #654482
 + Disable tdb2 support.

Show diffs side-by-side

added added

removed removed

Lines of Context:
67
67
#include <compat.h>
68
68
#endif
69
69
 
 
70
#if !defined(getpass)
70
71
#ifdef REPLACE_GETPASS
71
72
#if defined(REPLACE_GETPASS_BY_GETPASSPHRASE)
72
73
#define getpass(prompt) getpassphrase(prompt)
75
76
char *rep_getpass(const char *prompt);
76
77
#endif
77
78
#endif
 
79
#endif 
78
80
 
79
81
#ifndef NGROUPS_MAX
80
82
#define NGROUPS_MAX 32 /* Guess... */