annotate netinstall/state.h @ 2866:a6eb79705def

[xemacs-hg @ 2005-07-19 21:51:19 by viteno] Update xemacs_extra_name.
author viteno
date Tue, 19 Jul 2005 21:51:19 +0000
parents 42a8626b741e
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
448
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
1 /*
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
2 * Copyright (c) 2000, Red Hat, Inc.
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
3 *
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
4 * This program is free software; you can redistribute it and/or modify
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
5 * it under the terms of the GNU General Public License as published by
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
6 * the Free Software Foundation; either version 2 of the License, or
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
7 * (at your option) any later version.
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
8 *
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
9 * A copy of the GNU General Public License can be found at
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
10 * http://www.gnu.org/
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
11 *
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
12 * Written by DJ Delorie <dj@cygnus.com>
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
13 *
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
14 */
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
15
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
16 /* The purpose of this file is to contain all the global variables
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
17 that define the "state" of the install, that is, all the
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
18 information that the user has provided so far. These are set by
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
19 the various dialogs and used by the various actions. */
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
20
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
21 extern int source;
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
22
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
23 extern char * local_dir;
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
24
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
25 extern char * root_dir;
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
26 extern int root_dir_default;
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
27 extern int install_type;
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
28 extern int root_scope;
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
29 extern int root_menu;
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
30 extern int root_desktop;
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
31
657
ce0b3f2eff35 [xemacs-hg @ 2001-09-09 04:37:41 by andyp]
andyp
parents: 448
diff changeset
32 extern int reg_c;
ce0b3f2eff35 [xemacs-hg @ 2001-09-09 04:37:41 by andyp]
andyp
parents: 448
diff changeset
33 extern int reg_cpp;
ce0b3f2eff35 [xemacs-hg @ 2001-09-09 04:37:41 by andyp]
andyp
parents: 448
diff changeset
34 extern int reg_java;
ce0b3f2eff35 [xemacs-hg @ 2001-09-09 04:37:41 by andyp]
andyp
parents: 448
diff changeset
35 extern int reg_elisp;
ce0b3f2eff35 [xemacs-hg @ 2001-09-09 04:37:41 by andyp]
andyp
parents: 448
diff changeset
36 extern int reg_txt;
672
42a8626b741e [xemacs-hg @ 2001-10-26 02:42:53 by andyp]
andyp
parents: 657
diff changeset
37 extern int reg_idl;
657
ce0b3f2eff35 [xemacs-hg @ 2001-09-09 04:37:41 by andyp]
andyp
parents: 448
diff changeset
38
448
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
39 extern int net_method;
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
40 extern char * net_proxy_host;
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
41 extern int net_proxy_port;
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
42
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
43 extern char * net_user;
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
44 extern char * net_passwd;
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
45 extern char * net_proxy_user;
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
46 extern char * net_proxy_passwd;
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
47
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
48 extern char * mirror_site;
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
49 extern char * other_url;
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
50
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
51 extern int trust_level;
657
ce0b3f2eff35 [xemacs-hg @ 2001-09-09 04:37:41 by andyp]
andyp
parents: 448
diff changeset
52 extern int uninstall;
448
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
53
3078fd1074e8 Import from CVS: tag r21-2-39
cvs
parents:
diff changeset
54 #define MIRROR_SITE (mirror_site ? mirror_site : other_url)