comparison src/defs.h @ 5554:bc186be9f1a2 draft dhcpcd-9.3.4

Release dhcpcd-9.3.4
author Roy Marples <roy@marples.name>
date Sat, 28 Nov 2020 14:12:59 +0000
parents cf699f8d6df7
children 34d5feec8274
comparison
equal deleted inserted replaced
5553:ef762d54fb7a 5554:bc186be9f1a2
27 27
28 #ifndef CONFIG_H 28 #ifndef CONFIG_H
29 #define CONFIG_H 29 #define CONFIG_H
30 30
31 #define PACKAGE "dhcpcd" 31 #define PACKAGE "dhcpcd"
32 #define VERSION "9.3.3" 32 #define VERSION "9.3.4"
33 33
34 #ifndef PRIVSEP_USER 34 #ifndef PRIVSEP_USER
35 # define PRIVSEP_USER "_" PACKAGE 35 # define PRIVSEP_USER "_" PACKAGE
36 #endif 36 #endif
37 37