summaryrefslogtreecommitdiffstats
path: root/source/include
diff options
context:
space:
mode:
authorLuke Leighton <lkcl@samba.org>2000-03-30 01:21:18 +0000
committerLuke Leighton <lkcl@samba.org>2000-03-30 01:21:18 +0000
commitc7bf1b1c3253b86d0c9ebea04e4566e562e23299 (patch)
treea9ff3d0e777c7187821cff4e8caafe4984c718b1 /source/include
parenta1f565d91156daa8346bad16c8c5130bae885356 (diff)
downloadsamba-c7bf1b1c3253b86d0c9ebea04e4566e562e23299.tar.gz
samba-c7bf1b1c3253b86d0c9ebea04e4566e562e23299.tar.xz
samba-c7bf1b1c3253b86d0c9ebea04e4566e562e23299.zip
oops! getopt was causing grief for make proto.
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) ;