ROOT
6.06/09
Reference Guide
|
#include "RConfig.h"
#include <errno.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <sys/stat.h>
#include <sys/un.h>
#include <pwd.h>
#include <sys/resource.h>
#include <sys/file.h>
#include <dirent.h>
#include <libgen.h>
#include <dlfcn.h>
#include <link.h>
#include <sys/poll.h>
#include <sys/time.h>
#include <utime.h>
#include <sys/wait.h>
Go to the source code of this file.
Macros | |
#define | XPD_LIBPATH "LD_LIBRARY_PATH" |
#define | XPD_LONGOK(x) (x > LONG_MIN && x < LONG_MAX) |
#define XPD_LIBPATH "LD_LIBRARY_PATH" |
Definition at line 120 of file XrdProofdPlatform.h.
Referenced by XrdProofdManager::Config(), XrdProofdProofServMgr::CreateProofServEnvFile(), XrdProofdManager::DoDirectiveFilterLibPaths(), and XrdProofdProofServMgr::SetProofServEnv().
Definition at line 131 of file XrdProofdPlatform.h.
Referenced by XrdProofdProofServMgr::CheckActiveSessions(), XrdProofdProofServMgr::CheckTerminatedSessions(), XrdProofdProofServMgr::CleanClientSessions(), XrdProofdClientMgr::DoDirectiveClientMgr(), XrdProofdProofServMgr::DoDirectiveProofServMgr(), XrdProofdNetMgr::DoDirectiveWorker(), XpdMsg::Get(), XpdMsg::Init(), XrdProofdAux::ParsePidPath(), and XrdProofdProofServMgr::PrepareSessionRecovering().