]> code.citadel.org Git - citadel.git/commitdiff
* acconfig.h: add DISABLE_CURSES template
authorMichael Hampton <io_error@uncensored.citadel.org>
Thu, 24 Oct 2002 09:04:53 +0000 (09:04 +0000)
committerMichael Hampton <io_error@uncensored.citadel.org>
Thu, 24 Oct 2002 09:04:53 +0000 (09:04 +0000)
citadel/ChangeLog
citadel/acconfig.h

index 1138105850261c2129294c384a54fc3fde2d614e..eee4937acc0b4ad4a2d2a2de8e024b7cdf2dff23 100644 (file)
@@ -1,4 +1,7 @@
  $Log$
+ Revision 601.48  2002/10/24 09:04:53  error
+ * acconfig.h: add DISABLE_CURSES template
+
  Revision 601.47  2002/10/23 04:06:41  ajc
  * "conflicts" check now also tells the client whether a conflicting event
    is really just an older version of the same object.
@@ -4148,4 +4151,3 @@ Sat Jul 11 00:20:48 EDT 1998 Nathan Bryant <bryant@cs.usm.maine.edu>
 
 Fri Jul 10 1998 Art Cancro <ajc@uncensored.citadel.org>
        * Initial CVS import
-
index ceecff046adfad3b4f1f49b428d02b8731a43c35..f69e1231744a78ca0677852bae4e93aa9a8e7c87 100644 (file)
@@ -4,6 +4,9 @@
 /* define this to enable the autologin feature */
 #undef ENABLE_AUTOLOGIN
 
+/* define this to disable use of curses */
+#undef DISABLE_CURSES
+
 /* define this to enable use of the chkpwd program (for shadow passwords) */
 #undef ENABLE_CHKPWD