/* $Id$ */ #ifndef __KUSER_LOCL_H__ #define __KUSER_LOCL_H__ #ifdef HAVE_CONFIG_H #include #endif #include #include #include #ifdef HAVE_SYS_TYPES_H #include #endif #ifdef HAVE_PWD_H #include #endif #ifdef HAVE_SYS_TIME_H #include #endif #ifdef HAVE_SYS_SOCKET_H #include #endif #ifdef HAVE_NETINET_IN_H #include #endif #ifdef HAVE_ARPA_INET_H #include #endif #include #include #endif /* __KUSER_LOCL_H__ */