comparison nnchat.c @ 160:d3c78f2ef77b

Rename configuration file for Windows.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 04 Nov 2010 14:55:44 +0200
parents 0a9fe14882dc
children 6dd282b5f431
comparison
equal deleted inserted replaced
159:1b6bc8bf6ac3 160:d3c78f2ef77b
17 #include <sys/wait.h> 17 #include <sys/wait.h>
18 #endif 18 #endif
19 #include <curses.h> 19 #include <curses.h>
20 20
21 #ifdef __WIN32 21 #ifdef __WIN32
22 #define SET_CONFIG_FILE "nnchat-config.txt" 22 #define SET_CONFIG_FILE "nnchat.txt"
23 #define SET_DIR_SEPARATOR "\\" 23 #define SET_DIR_SEPARATOR "\\"
24 #else 24 #else
25 #define SET_CONFIG_FILE ".nnchat" 25 #define SET_CONFIG_FILE ".nnchat"
26 #define SET_DIR_SEPARATOR "/" 26 #define SET_DIR_SEPARATOR "/"
27 #endif 27 #endif