The default name is put back to /etc/xboard/xboard.conf, so that XBoard
can again find its settings file. "make install" will still install it
in the wrong place.
#define FCP_NAMES ""
#define SCP_NAMES ""
#define ICS_TEXT_MENU_DEFAULT ""
-#define SETTINGS_FILE SYSCONFDIR"/xboard.conf"
+//define SETTINGS_FILE SYSCONFDIR"/xboard.conf"
+#define SETTINGS_FILE "/etc/xboard/xboard.conf"
#define COLOR_BKGD "white"
typedef int (*FileProc) P((FILE *f, int n, char *title));