summaryrefslogtreecommitdiff
path: root/src/glob.h
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2013-04-06 13:14:48 +0200
committerPaul Buetow <paul@buetow.org>2013-04-06 13:14:48 +0200
commit5a019f435eb0068b524566d9babf172d58d0e96e (patch)
treeb083dccdfbec4335a5967d50c4294f7501c77345 /src/glob.h
parent4ecbf33fae730bc79c4a47e6efda615b104754ad (diff)
tagging ychat-0.7.9.2ychat-0.7.9.2
Diffstat (limited to 'src/glob.h')
-rwxr-xr-xsrc/glob.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/glob.h b/src/glob.h
index 3fe9b7f..7d64126 100755
--- a/src/glob.h
+++ b/src/glob.h
@@ -83,7 +83,7 @@
/* - CONFIG -
Should yChat get compiled with ncurses support?
*/
-//#define NCURSES
+#define NCURSES
/* - CONFIG -
Please specify the maximum length of a HTTP post request.
@@ -121,7 +121,7 @@
will print a warning message into the system messages and will
not core dump if an error occurs.
*/
-#define CTCSEGV
+//#define CTCSEGV
/* - CONFIG -
Please chose if you want to use verbose server outputs or not.