~ubuntu-branches/ubuntu/raring/autofs5/raring

« back to all changes in this revision

Viewing changes to include/defaults.h

  • Committer: Bazaar Package Importer
  • Author(s): Jan Christoph Nordholz
  • Date: 2009-03-09 01:16:48 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20090309011648-gjynlid883f0s2c4
Tags: 5.0.4-1
* New upstream version (5.0.4 plus patchset as of 2009/03/09).
  * Closes: #518728.
  * Remove dpatch 14, applied upstream.
* New dpatch 14 to avoid using the relatively young SOCK_CLOEXEC
  feature.
* Only invoke 'make clean' on clean target so ./configure isn't
  purged.
* Fix a typo in the postinst regarding the ucf conffile handling.
* Add 'set -e' to package maintenance scripts.
* Drop unnecessary /var/run/autofs from package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
 
25
25
#define DEFAULT_TIMEOUT                 600
26
26
#define DEFAULT_NEGATIVE_TIMEOUT        60
 
27
#define DEFAULT_UMOUNT_WAIT             12
27
28
#define DEFAULT_BROWSE_MODE             1
28
29
#define DEFAULT_LOGGING                 0
29
30
 
59
60
struct ldap_searchdn *defaults_get_searchdns(void);
60
61
void defaults_free_searchdns(struct ldap_searchdn *);
61
62
unsigned int defaults_get_append_options(void);
 
63
unsigned int defaults_get_umount_wait(void);
62
64
const char *defaults_get_auth_conf_file(void);
63
65
 
64
66
#endif