Skip to content
Snippets Groups Projects
Commit ea0f2ecc authored by Gerardo Ganis's avatar Gerardo Ganis Committed by Philippe Canal
Browse files

net: remove rootd

parent c804c59c
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,6 @@ endif()
if(NOT WIN32 AND ssl)
add_subdirectory(rpdutils)
add_subdirectory(rootd)
endif()
if(xrootd)
......
############################################################################
# CMakeLists.txt file for building ROOT net/rootd package
# @author Pere Mato, CERN
############################################################################
ROOT_EXECUTABLE(rootd *.cxx ${CMAKE_SOURCE_DIR}/core/clib/src/strlcpy.c
LIBRARIES rpdutil rsa ${GLOBUS_LIBRARIES} ${OPENSSL_LIBRARIES}
BUILTINS OPENSSL)
include_directories(${CMAKE_CURRENT_SOURCE_DIR}/../rpdutils/res)
This diff is collapsed.
/* @(#)root/rootd:$Id$ */
/*************************************************************************
* Copyright (C) 1995-2000, Rene Brun and Fons Rademakers. *
* All rights reserved. *
* *
* For the licensing terms see $ROOTSYS/LICENSE. *
* For the list of contributors see $ROOTSYS/README/CREDITS. *
*************************************************************************/
#ifndef ROOT_rootdp
#define ROOT_rootdp
//////////////////////////////////////////////////////////////////////////
// //
// rootdp //
// //
// This header file contains private definitions and declarations //
// used by rootd. //
// //
//////////////////////////////////////////////////////////////////////////
#include "rpdp.h"
void RootdClose();
int RootdIsOpen();
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment