/* Source Installer, Copyright (c) 2005,2006,2007 Claudio Fontana
preferences.c - user choices saved in the preferences file
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 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program (look for the file called COPYING);
if not, write to the Free Software Foundation, Inc.,
51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
You can contact the author (Claudio Fontana) by sending a mail
to claudio@gnu.org
*/
#include "src_stdinc.h"
#include "preferences.h"
struct srcinst_parsed_data _keywords_preferences[SRCINST_PREFERENCES_NKEYS]
= {
{"ADD_DIRECTORY", 0, "%s"},
{"INSTALL", 0, "%d"},
{"KEEP_SOURCE", 0, "%d"},
{"MANUAL_CONFIGURE", 0, "%d"},
{"PREFIX", 0, "%s"},
{"QUIET", 0, "%d"},
{"SRC_COMPRESS", 0, "%s"},
{"STRIP", 0, "%d"}
};
http://jan.newmarch.name/OS/l5_2.html
http://cprogramminglanguage.net/c-structure.aspx