pam_panic/src/pam_panic/config.h.in

10 lines
185 B
C

#ifndef PAM_PANIC_CONFIG_H
#define PAM_PANIC_CONFIG_H
#define REBOOT "@REBOOT@"
#define POWEROFF "@POWEROFF@"
#define CRYPTSETUP "@CRYPTSETUP@"
#define PPASSFILE "@PPASSFILE@"
#endif