/* Editor Settings: expandtabs and use 4 spaces for indentation * ex: set softtabstop=4 tabstop=8 expandtab shiftwidth=4: * */ /* * Copyright (C) Likewise Software. All rights reserved. * * Module Name: * * srvsvc.h * * Abstract: * * Likewise Server Service (srvsvc) RPC client and server * * System headers * * Authors: Krishna Ganugapati (krishnag@likewisesoftware.com) * Sriram Nambakam (snambakam@likewisesoftware.com) * Rafal Szczesniak (rafal@likewise.com) * */ #ifndef _POSIX_PTHREAD_SEMANTICS #define _POSIX_PTHREAD_SEMANTICS 1 #endif #ifdef HAVE_STDDEF_H #include #endif #ifdef HAVE_INTTYPES_H #include #endif #include #ifdef HAVE_STDLIB_H #include #endif #ifdef HAVE_SYS_VARARGS_H #include #endif #include #ifdef HAVE_TIME_H #include #endif #ifdef HAVE_SYS_TIME_H #include #endif #include #ifdef HAVE_STRINGS_H #include #endif #ifdef HAVE_STDBOOL_H #include #endif #include /* pthread.h must be included before errno so that a thread-safe errno is used if available. */ #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #if HAVE_SYS_PARAM_H #include #endif #ifdef HAVE_SYS_SOCKET_H #include #endif #ifdef HAVE_NETINET_TCP_H #include #endif #if HAVE_WC16STR_H #include #endif #if HAVE_WC16PRINTF_H #include #endif #ifdef HAVE_DLFCN_H #include #endif #include #include /* local variables: mode: c c-basic-offset: 4 indent-tabs-mode: nil tab-width: 4 end: */