summaryrefslogtreecommitdiffstats
path: root/source/include
diff options
context:
space:
mode:
Diffstat (limited to 'source/include')
-rw-r--r--source/include/includes.h4
-rw-r--r--source/include/proto.h3
2 files changed, 3 insertions, 4 deletions
diff --git a/source/include/includes.h b/source/include/includes.h
index 27e991c5a63..c4194d70cd5 100644
--- a/source/include/includes.h
+++ b/source/include/includes.h
@@ -695,10 +695,6 @@ union semun {
#define OSF1_ENH_SEC 1
#endif
-#if defined(HAVE_PAM_AUTHENTICATE) && defined(HAVE_SECURITY_PAM_APPL_H)
-#define HAVE_PAM 1
-#endif
-
#ifndef ALLOW_CHANGE_PASSWORD
#if (defined(HAVE_TERMIOS_H) && defined(HAVE_DUP2) && defined(HAVE_SETSID))
#define ALLOW_CHANGE_PASSWORD 1
diff --git a/source/include/proto.h b/source/include/proto.h
index 74d90c54bf1..1cd010c405f 100644
--- a/source/include/proto.h
+++ b/source/include/proto.h
@@ -260,6 +260,9 @@ int fnmatch (const char *pattern, const char *string, int flags);
void generate_random_buffer( unsigned char *out, int len, BOOL re_seed);
+/*The following definitions come from lib/getopt.c */
+
+
/*The following definitions come from lib/getsmbpass.c */
char *getsmbpass(char *prompt) ;