]> arthur.barton.de Git - netatalk.git/blobdiff - etc/afpd/volume.c
Integrate talloc from Samba, cleanup configure functions checks
[netatalk.git] / etc / afpd / volume.c
index ccd4b68ebc21582e7256323f3a1e3441a788dc96..8967860503853a80510d4219fbe3ac6c074d7513 100644 (file)
 #ifdef HAVE_STRINGS_H
 #include <strings.h>
 #endif
-/* 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 <sys/param.h>
 #include <sys/socket.h>
 #include <netinet/in.h>