100 #ifndef CONFIGWIN_H #define CONFIGWIN_H #define USER_PAGE 1 #define SEARCH_PAGE 2 #define SERVER_PAGE 3 #define SHARED_DIR_PAGE 4 #define HOTLIST_PAGE 5 #define AUTOCOMMAND_PAGE 6 #define MISC_PAGE 7 void ConfigWin(int pageNum); #endif . 0