Mostly platform checks, defines and functions Gaetan Nadon (12): config: AC_LIBTOOL_DLOPEN is required for dynamic linking config: use libtool -export-dynamic option for reverse dependencies config: remove unused define NO_LASTLOG for Darwin config: definition of CSRG_BASED in configure.ac is flawed and redundant config: use AC_CHECK_HEADERS for sys/param.h config: remove unused OS_CFLAGS variable config: replace platform check with compiler defines for SU config: use AC_SEARCH_LIBS and AC_CHECK_FUNCS for setprocttile config: use AC_SEARCH_LIBS and AC_CHECK_FUNCS for setusercontext config: removed unused XDM_OS_LIBS config: use AC_CHECK_FUNCS for mkstemp, getifaddrs ans getspnam config: look for PAM support on darwin as well
Makefile.am | 3 ++ auth.c | 24 +++++++------ choose.c | 2 +- chooser.c | 10 +++-- config/Makefile.am | 2 +- config/xdm-config.cpp | 7 +++- configure.ac | 93 +++++-------------------------------------------- dm.c | 2 +- dm.h | 4 +- greet.h | 6 ++-- greeter/greet.c | 4 +- greeter/verify.c | 8 ++-- session.c | 18 +++++----- 13 files changed, 60 insertions(+), 123 deletions(-) _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
