/* * Copyright (c) 2000, Red Hat, Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * A copy of the GNU General Public License can be found at * http://www.gnu.org/ * * Written by DJ Delorie * */ /* All we do here is instantiate the extern'd variables from state.h */ #if 0 static const char *cvsid = "\n%%% $Id$\n"; #endif #include "state.h" bool unattended_mode; int source; String local_dir; int root_text; int root_scope; int root_menu; int root_desktop; int net_method; char *net_proxy_host; int net_proxy_port; char *net_user; char *net_passwd; char *net_proxy_user; char *net_proxy_passwd; char *net_ftp_user; char *net_ftp_passwd;