]> arthur.barton.de Git - netatalk.git/blob - etc/afpd/uid.c
fce: FCE version 2 with new event types and new config options
[netatalk.git] / etc / afpd / uid.c
1 /*
2  * code: jeff@univrel.pr.uconn.edu
3  *
4  * These functions are abstracted here, so that all calls for resolving
5  * user/group names can be centrally changed (good for OS dependant calls
6  * across the package).
7  */
8
9 #ifdef HAVE_CONFIG_H
10 #include "config.h"
11 #endif /* HAVE_CONFIG_H */
12