~ubuntu-branches/ubuntu/wily/dhcpcd5/wily-proposed

« back to all changes in this revision

Viewing changes to defs.h

  • Committer: Package Import Robot
  • Author(s): Roy Marples
  • Date: 2013-08-04 08:00:44 UTC
  • mfrom: (1.1.5)
  • Revision ID: package-import@ubuntu.com-20130804080044-36wi725sqa9658eq
Tags: 6.0.5-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
2
 * dhcpcd - DHCP client daemon
3
 
 * Copyright (c) 2006-2012 Roy Marples <roy@marples.name>
 
3
 * Copyright (c) 2006-2013 Roy Marples <roy@marples.name>
4
4
 *
5
5
 * Redistribution and use in source and binary forms, with or without
6
6
 * modification, are permitted provided that the following conditions
28
28
#define CONFIG_H
29
29
 
30
30
#define PACKAGE                 "dhcpcd"
31
 
#define VERSION                 "5.5.6"
 
31
#define VERSION                 "6.0.5"
32
32
 
33
33
#ifndef CONFIG
34
34
# define CONFIG                 SYSCONFDIR "/" PACKAGE ".conf"
42
42
#ifndef LEASEFILE
43
43
# define LEASEFILE              DBDIR "/" PACKAGE "-%s.lease"
44
44
#endif
 
45
#ifndef LEASEFILE6
 
46
# define LEASEFILE6             DBDIR "/" PACKAGE "-%s.lease6"
 
47
#endif
45
48
#ifndef PIDFILE
46
49
# define PIDFILE                RUNDIR "/" PACKAGE "%s%s.pid"
47
50
#endif