diff options
author | Gerald Carter <jerry@samba.org> | 2003-03-28 02:02:32 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2003-03-28 02:02:32 +0000 |
commit | d9eef2fbc231a434c58ca4c25654680cfc40410d (patch) | |
tree | 8191c05b72d438af7c576b4ea23866afe2621b43 /source3/include | |
parent | 0995fb1eef32938294c76011a5d5b170ae963ec0 (diff) | |
download | samba-d9eef2fbc231a434c58ca4c25654680cfc40410d.tar.gz samba-d9eef2fbc231a434c58ca4c25654680cfc40410d.tar.bz2 samba-d9eef2fbc231a434c58ca4c25654680cfc40410d.zip |
don't include proto.h during autoconf tests since it doesn't exist yet; fixed getsmbpass replacement test
(This used to be commit ff43a292b9f8e0a39d19cb099913efd899de84fa)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/includes.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/include/includes.h b/source3/include/includes.h index 09c64d896d..e8e0751cab 100644 --- a/source3/include/includes.h +++ b/source3/include/includes.h @@ -855,7 +855,9 @@ struct functable { struct printjob; /***** automatically generated prototypes *****/ +#ifndef NO_PROTO_H #include "proto.h" +#endif /* String routines */ |