]> git.ipfire.org Git - thirdparty/systemd.git/commit
Use #if instead of #ifdef for ENABLE_GSHADOW
authorChenQi1989 <40684930+ChenQi1989@users.noreply.github.com>
Fri, 29 Jun 2018 06:54:07 +0000 (06:54 +0000)
committerLennart Poettering <lennart@poettering.net>
Fri, 29 Jun 2018 08:27:51 +0000 (10:27 +0200)
commit4f07ffa8f5ab85011422bb7114f1cddf49d4923d
tree1d0b08b7f92a93e49ecbc35f9662ca8306fce8d3
parentdba601ac03a63ba2bd535b72f1e82204b900dadb
Use #if instead of #ifdef for ENABLE_GSHADOW

ENABLE_GSHADOW is defined to be 0 or 1. So #if should be used instead of #ifdef.
src/basic/user-util.h