]> code.citadel.org Git - citadel.git/commitdiff
* no icq
authorArt Cancro <ajc@citadel.org>
Thu, 22 Jun 2000 21:45:02 +0000 (21:45 +0000)
committerArt Cancro <ajc@citadel.org>
Thu, 22 Jun 2000 21:45:02 +0000 (21:45 +0000)
citadel/citadel.rc
citadel/configure.in

index a7f8febee00af9b10677283f526103ad4524a920..1041fc7559af4fffe673fd4c3d8f7967e06f9548 100644 (file)
@@ -222,7 +222,6 @@ cmd=77,0,&.,&Enter,&Username
 cmd=40,0,&.,&Enter,file using &Xmodem
 cmd=42,0,&.,&Enter,file using &Ymodem
 cmd=44,0,&.,&Enter,file using &Zmodem
-cmd=81,0,&.,&Enter,IC&Q Configuration
 #
 # Command 57 is the local-file-upload command for users with their own
 # copy of the clientware.  Commands 72-74 are for image uploads.
index c3dfbba49557a14a85d2d26920081a01bb39ff03..8c641749e241a4f30bace5d02099d7e2ca020e5c 100644 (file)
@@ -12,10 +12,6 @@ fi
 AC_ARG_ENABLE(autologin, [  --disable-autologin     disable autologin (default is enabled if possible)])
 AC_ARG_ENABLE(chkpwd, [  --disable-chkpwd        don't build 'chkpwd'])
 
-AC_ARG_ENABLE(icq,             [  --enable-icq            include server ICQ support], [
-       if test "x$enableval" = xyes; then
-               SERV_ICQ='modules/serv_icq$(SO)'
-       fi])
 AC_ARG_ENABLE(threaded-client, [  --disable-threaded-client
                          disable multithreaded client])
 
@@ -304,7 +300,6 @@ AC_SUBST(NETLIBS)
 AC_SUBST(chkpwd_LIBS)
 AC_SUBST(TARGETS)
 AC_SUBST(SERVER_LDFLAGS)
-AC_SUBST(SERV_ICQ)
 AC_SUBST(PICFLAGS)
 AC_SUBST(LINK_SHARED)
 AC_SUBST(PTHREAD_DEFS)