diff options
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h index 44c5c1a14..2732c26cc 100644 --- a/acconfig.h +++ b/acconfig.h | |||
@@ -42,6 +42,12 @@ | |||
42 | /* Define if you want TCP Wrappers support */ | 42 | /* Define if you want TCP Wrappers support */ |
43 | #undef LIBWRAP | 43 | #undef LIBWRAP |
44 | 44 | ||
45 | /* Define if your libraries define login() */ | ||
46 | #undef HAVE_LOGIN | ||
47 | |||
48 | /* Define if your libraries define daemon() */ | ||
49 | #undef HAVE_DAEMON | ||
50 | |||
45 | @BOTTOM@ | 51 | @BOTTOM@ |
46 | 52 | ||
47 | /* ******************* Shouldn't need to edit below this line ************** */ | 53 | /* ******************* Shouldn't need to edit below this line ************** */ |