// This file includes the proper forward declaration file // by using the STLTYPE macro (set in arch_spec_STL.mk) // to choose a subdirectory. If not set, it uses 1 --> type1. // // John Bartelt 10 Feb 1998 // Philippe Canal 15 Jun 1999 : Change default // #if !defined(STLTYPE) #define STLTYPE 1 #endif #if(STLTYPE==1) #include "STLUtility/type1/fwd_set.h" #elif(STLTYPE==2) #include "STLUtility/type2/fwd_set.h" #elif(STLTYPE==3) #include "STLUtility/type3/fwd_set.h" #elif(STLTYPE==4) #include "STLUtility/type4/fwd_set.h" #endif