diff options
Diffstat (limited to 'source3/smbd/build_options.c')
-rw-r--r-- | source3/smbd/build_options.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/source3/smbd/build_options.c b/source3/smbd/build_options.c index 2c33819fd6..48fcb1e990 100644 --- a/source3/smbd/build_options.c +++ b/source3/smbd/build_options.c @@ -113,12 +113,6 @@ void build_options(BOOL screen) #ifdef WITH_NISPLUS_HOME output(screen," WITH_NISPLUS_HOME\n"); #endif -#ifdef WITH_SSL - output(screen," WITH_SSL\n"); -#endif -#ifdef SSL_DIR - output(screen," SSL_DIR: %s\n",SSL_DIR); -#endif #ifdef WITH_SYSLOG output(screen," WITH_SYSLOG\n"); #endif |