1diff --git a/cint/ROOT/CMakeLists.txt b/cint/ROOT/CMakeLists.txt
2--- a/cint/ROOT/CMakeLists.txt
3+++ b/cint/ROOT/CMakeLists.txt
4@@ -47,21 +47,13 @@ set(CINTSTLDLLHEADERS
5 ${CMAKE_SOURCE_DIR}/cint/cint/lib/stdstrct/stdcxxfunc.h
6 )
7 set(CINTINCDLLNAMES
8- stdfunc
9+# stdfunc
10 # stdcxxfunc
11 )
12 set(CINTINCDLLHEADERS
13- ${CMAKE_SOURCE_DIR}/cint/cint/lib/stdstrct/stdfunc.h
14+# ${CMAKE_SOURCE_DIR}/cint/cint/lib/stdstrct/stdfunc.h
15 # ${CMAKE_SOURCE_DIR}/cint/cint/lib/stdstrct/stdcxxfunc.h
16 )
17-if(NOT WIN32)
18- set(CINTSTLDLLNAMES ${CINTSTLDLLNAMES} valarray)
19- set(CINTSTLDLLHEADERS ${CINTSTLDLLHEADERS} ${CINTDLLDIR}/vary.h)
20- set(CINTINCDLLNAMES ${CINTINCDLLNAMES} posix ipc)
21- set(CINTINCDLLHEADERS ${CINTINCDLLHEADERS}
22- ${CMAKE_SOURCE_DIR}/cint/cint/lib/posix/exten.h
23- ${CMAKE_SOURCE_DIR}/cint/cint/lib/ipc/ipcif.h)
24-endif()
25
26 set(CINTBUILDLOADER
27 vector