mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
r18798: use libreplace headers in pam and nss modules
this hopefully fixes the build on AIX
metze
(This used to be commit ef1001f5a2
)
This commit is contained in:
parent
927e5876ad
commit
a734e98b51
@ -4,23 +4,9 @@
|
||||
Shirish Kalele 2000
|
||||
*/
|
||||
|
||||
#ifdef HAVE_FEATURES_H
|
||||
#include <features.h>
|
||||
#endif
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
#include <limits.h>
|
||||
#include <string.h>
|
||||
#include <syslog.h>
|
||||
#include <stdarg.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
#include <fcntl.h>
|
||||
#include <errno.h>
|
||||
#include <time.h>
|
||||
|
||||
#include <config.h>
|
||||
#include "lib/replace/replace.h"
|
||||
#include "system/syslog.h"
|
||||
#include "system/time.h"
|
||||
|
||||
#define MODULE_NAME "pam_winbind"
|
||||
#define PAM_SM_AUTH
|
||||
|
@ -45,13 +45,8 @@
|
||||
|
||||
*/
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <usersec.h>
|
||||
#include <errno.h>
|
||||
#include <stdarg.h>
|
||||
|
||||
#include "winbind_client.h"
|
||||
#include <usersec.h>
|
||||
|
||||
#define WB_AIX_ENCODED '_'
|
||||
|
||||
|
@ -33,55 +33,13 @@
|
||||
/* Include header files from data in config.h file */
|
||||
|
||||
#ifndef NO_CONFIG_H
|
||||
#include <config.h>
|
||||
#include "lib/replace/replace.h"
|
||||
#endif
|
||||
|
||||
#include <stdio.h>
|
||||
#include "system/passwd.h"
|
||||
#include "system/network.h"
|
||||
#include "system/filesys.h"
|
||||
|
||||
#ifdef HAVE_STDLIB_H
|
||||
#include <stdlib.h>
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_UNISTD_H
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_SYS_SELECT_H
|
||||
#include <sys/select.h>
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_SYS_SOCKET_H
|
||||
#include <sys/socket.h>
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_UNIXSOCKET
|
||||
#include <sys/un.h>
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_SYS_TIME_H
|
||||
#include <sys/time.h>
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_GRP_H
|
||||
#include <grp.h>
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_STRING_H
|
||||
#include <string.h>
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_FCNTL_H
|
||||
#include <fcntl.h>
|
||||
#else
|
||||
#ifdef HAVE_SYS_FCNTL_H
|
||||
#include <sys/fcntl.h>
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
#include <errno.h>
|
||||
#include <pwd.h>
|
||||
#include "nsswitch/winbind_nss.h"
|
||||
|
||||
/* I'm trying really hard not to include anything from smb.h with the
|
||||
|
Loading…
Reference in New Issue
Block a user