s3:modules: s/struct timed_event/struct tevent_timer
[Samba/gebeck_regimport.git] / lib / replace / crypt.m4
blobfae2a58685741cbacc05bc1725bfb394cb074880
1 ###############################################
2 # test for where we get crypt() from
3 AC_CHECK_HEADERS(crypt.h)
4 AC_SEARCH_LIBS_EXT(crypt, [crypt], CRYPT_LIBS,
5   [ AC_DEFINE(HAVE_CRYPT,1,[Whether the system has the crypt() function]) ],
6   [ LIBREPLACEOBJ="${LIBREPLACEOBJ} $libreplacedir/crypt.o" ])