dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dotgnu-pnet-commits] pnetlib/config .cvsignore, NONE, 1.1 Makefile.am,


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] pnetlib/config .cvsignore, NONE, 1.1 Makefile.am, NONE, 1.1 machine.default, NONE, 1.1
Date: Mon, 24 Nov 2003 00:37:47 +0000

Update of /cvsroot/dotgnu-pnet/pnetlib/config
In directory subversions:/tmp/cvs-serv18620/config

Added Files:
        .cvsignore Makefile.am machine.default 
Log Message:


Implement the search algorithm for "machine.config" files; install
system-independent fallback defaults in "machine.default".


--- NEW FILE: Makefile.am ---

pnetconfigdir   = $(datadir)/cscc/config
pnetconfig_DATA = machine.default

--- NEW FILE: machine.default ---
<?xml version="1.0"?>
<configuration>

<!--

Machine defaults file.

This file contains configuration information that is expected to be
static across all installations of the system.  The "machine.config"
file is the proper location for information that may change between
installations.

Copyright (C) 2003  Southern Storm Software, Pty Ltd.

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.

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; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

-->

<configSections>

        <!-- Define the structure of the "appSettings" section -->
        <section name="appSettings"
                         
type="System.Configuration.NameValueFileSectionHandler, System"/>

        <!-- Configuration data for System.Diagnostics -->
        <section name="system.diagnostics"
                         
type="System.Diagnostics.DiagnosticsConfigurationHandler, System"/>

        <!-- Configuration data for System.Net -->
        <sectionGroup name="system.net">
                <section name="authenticationModules"
                                 
type="System.Net.Configuration.NetAuthenticationModuleHandler, System"/>
                <section name="connectionManagement"
                                 
type="System.Net.Configuration.ConnectionManagementHandler, System"/>
                <section name="defaultProxy"
                                 
type="System.Net.Configuration.DefaultProxyHandler, System"/>
                <section name="settings"
                                 
type="System.Net.Configuration.NetConfigurationHandler, System"/>
                <section name="webRequestModules"
                                 
type="System.Net.Configuration.WebRequestModuleHandler, System"/>
        </sectionGroup>

        <!-- Configuration data for System.Web -->
        <sectionGroup name="system.web">
                <section name="authentication"
                                 
type="System.Web.Configuration.AuthenticationConfigHandler, System.Web"
                                 allowDefinition="MachineToApplication">
                <section name="authorization"
                                 
type="System.Web.Configuration.AuthorizationConfigHandler, System.Web">
                <section name="browserCaps"
                                 
type="System.Web.Configuration.HttpCapabilitiesSectionHandler, System.Web">
                <section name="clientTarget"
                                 
type="System.Web.Configuration.ClientTargetSectionHandler, System.Web">
                <section name="compilation"
                                 
type="System.Web.UI.CompilationConfigurationHandler, System.Web">
                <section name="customErrors"
                                 
type="System.Web.Configuration.CustomErrorsConfigHandler, System.Web">
                <section name="deviceFilters"
                                 
type="System.Web.Mobile.MobileDeviceCapabilitiesSectionHandler, 
System.Web.Mobile">
                <section name="globalization"
                                 
type="System.Web.Configuration.GlobalizationConfigurationHandler, System.Web">
                <section name="httpHandlers"
                                 
type="System.Web.Configuration.HttpHandlersSectionHandler, System.Web">
                <section name="httpModules"
                                 
type="System.Web.Configuration.HttpModulesConfigurationHandler, System.Web">
                <section name="httpRuntime"
                                 
type="System.Web.Configuration.HttpRuntimeConfigurationHandler, System.Web">
                <section name="identity"
                                 
type="System.Web.Configuration.IdentityConfigHandler, System.Web">
                <section name="machineKey"
                                 
type="System.Web.Configuration.MachineKeyConfigHandler, System.Web"
                                 allowDefinition="MachineToApplication">
                <section name="mobileControls"
                                 
type="System.Web.UI.MobileControls.MobileControlsSectionHandler, 
System.Web.Mobile">
                <section name="pages"
                                 type="System.Web.UI.PagesConfigurationHandler, 
System.Web">
                <section name="processModel"
                                 
type="System.Web.Configuration.ProcessModelConfigurationHandler, System.Web"
                                 allowDefinition="MachineOnly">
                <section name="securityPolicy"
                                 
type="System.Web.Configuration.SecurityPolicyConfigHandler, System.Web"
                                 allowDefinition="MachineToApplication">
                <section name="sessionState"
                                 
type="System.Web.SessionState.SessionStateSectionHandler, System.Web"
                                 allowDefinition="MachineToApplication">
                <section name="trace"
                                 
type="System.Web.Configuration.TraceConfigurationHandler, System.Web">
                <section name="trust"
                                 
type="System.Web.Security.CodeAccessSecurityHandler, System.Web"
                                 allowDefinition="MachineToApplication">
                <section name="webControls"
                                 
type="System.Web.Configuration.WebControlsSectionHandler, System.Web">
                <section name="webServices"
                                 
type="System.Web.Services.Configuration.WebServicesConfigurationSectionHandler, 
System.Web.Services">
        </sectionGroup>

        <!-- Configuration data for System.Windows.Forms -->
        <section name="system.windows.forms"
                         type="System.Windows.Forms.WindowsFormsSectionHandler, 
System.Windows.Forms"/>

    <!-- Ignore sections that don't follow the standard pattern -->
    <section name="mscorlib"
             type="System.Configuration.IgnoreSectionHandler, System"
                         allowLocation="false"/>
    <section name="runtime"
             type="System.Configuration.IgnoreSectionHandler, System"
                         allowLocation="false"/>
    <section name="startup"
             type="System.Configuration.IgnoreSectionHandler, System"
                         allowLocation="false"/>
    <section name="system.runtime.remoting"
             type="System.Configuration.IgnoreSectionHandler, System"
                         allowLocation="false"/>

</configSections>

</configuration>

--- NEW FILE: .cvsignore ---
Makefile
Makefile.in
.deps
*.dll





reply via email to

[Prev in Thread] Current Thread [Next in Thread]