]> code.citadel.org Git - citadel.git/commitdiff
* citadel_decls.h: fix unresolved extern errors
authorMichael Hampton <io_error@uncensored.citadel.org>
Thu, 24 Jan 2002 06:52:54 +0000 (06:52 +0000)
committerMichael Hampton <io_error@uncensored.citadel.org>
Thu, 24 Jan 2002 06:52:54 +0000 (06:52 +0000)
citadel/ChangeLog
citadel/citadel_decls.h

index 6c9f757cb8e356141cd7a1ea23abd647bf8b674e..7a1baa6bd254b6bc50ccf90d04595df69c9b56e5 100644 (file)
@@ -1,4 +1,7 @@
  $Log$
+ Revision 590.83  2002/01/24 06:52:54  error
+ * citadel_decls.h: fix unresolved extern errors
+
  Revision 590.82  2002/01/23 05:04:05  ajc
  * Add vCards from incoming network messages in the GAB to the directory.
 
@@ -3223,4 +3226,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 59c10af0c710648d1005e57e7cc6e3d2e3891d4b..ce789ac1eda36e6433e329c6d6bd695a34cd3ae6 100644 (file)
@@ -13,10 +13,14 @@ extern char have_xterm;
 extern char rc_username[32];
 extern char rc_password[32];
 extern char rc_floor_mode;
+#ifdef HAVE_OPENSSL
 extern char rc_encrypt;                        /* from the citadel.rc file */
 extern char arg_encrypt;               /* from the command line */
+#endif
+#ifdef HAVE_CURSES_H
 extern char rc_screen;
 extern char arg_screen;
+#endif
 extern char rc_alt_semantics;
 extern char express_msgs;
 void logoff(int code);