/* bee003 ============================================== A STORAGE ELEMENT SAMPLE */ /* Host specific definitions */ #define HOSTNAME bee003 /* Some useful macro */ #include "macros-cfg.h" /* Site specific definitions */ #include "site-cfg.h.bee" /* Linux default resources */ #include "linuxdef-cfg.h" /* LCFG client specific resources */ #include "client_testbed-cfg.h" /* Users */ #include "Users-cfg.h" /* Additional config for the users ("do not create the home dir") */ #include "UsersNoHome-cfg.h" /* StorageElement specific resources */ #include "StorageElement-cfg.h" #include "Users-bee.h"