]> arthur.barton.de Git - netatalk.git/blobdiff - etc/uams/uams_krb4/uams_krb4.c
Integrate talloc from Samba, cleanup configure functions checks
[netatalk.git] / etc / uams / uams_krb4 / uams_krb4.c
index ff7c2c0a4767e9ac7af0eee3394b59173fc08603..1d2727a8fa4a76f5cc90313f02a2fa10a812870c 100644 (file)
 #include <sys/stat.h>
 #include <sys/socket.h>
 #include <limits.h>
-
-/* STDC check */
-#if STDC_HEADERS
 #include <string.h>
-#else /* STDC_HEADERS */
-#ifndef HAVE_STRCHR
-#define strchr index
-#define strrchr index
-#endif /* HAVE_STRCHR */
-char *strchr (), *strrchr ();
-#ifndef HAVE_MEMCPY
-#define memcpy(d,s,n) bcopy ((s), (d), (n))
-#define memmove(d,s,n) bcopy ((s), (d), (n))
-#endif /* ! HAVE_MEMCPY */
-#endif /* STDC_HEADERS */
-
 #include <ctype.h>
 #include <pwd.h>
 #include <atalk/logger.h>