2018-12-28 15:25:28 +00:00
|
|
|
# Copyright (C) 2012-2018 Free Software Foundation, Inc.
|
2015-08-28 15:32:19 +00:00
|
|
|
#
|
|
|
|
# This file is part of GDB.
|
|
|
|
#
|
2014-09-12 22:14:23 +00:00
|
|
|
# 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.
|
2015-08-28 15:32:19 +00:00
|
|
|
#
|
2014-09-12 22:14:23 +00:00
|
|
|
# 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.
|
2015-08-28 15:32:19 +00:00
|
|
|
#
|
2014-09-12 22:14:23 +00:00
|
|
|
# You should have received a copy of the GNU General Public License
|
2015-08-28 15:32:19 +00:00
|
|
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
2012-03-26 19:18:29 +00:00
|
|
|
|
2015-08-28 15:32:19 +00:00
|
|
|
# Controls whether to enable development-mode features by default.
|
|
|
|
development=false
|