Ignore:
Timestamp:
Nov 14, 2012, 12:59:34 PM (12 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: update vendor to 3.6.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified vendor/current/source3/include/dynconfig.h

    r414 r740  
    33   Copyright (C) 2001 by Martin Pool <mbp@samba.org>
    44   Copyright (C) 2003 by Jim McDonough <jmcd@us.ibm.com>
    5    
     5
    66   This program is free software; you can redistribute it and/or modify
    77   it under the terms of the GNU General Public License as published by
    88   the Free Software Foundation; either version 3 of the License, or
    99   (at your option) any later version.
    10    
     10
    1111   This program is distributed in the hope that it will be useful,
    1212   but WITHOUT ANY WARRANTY; without even the implied warranty of
    1313   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    1414   GNU General Public License for more details.
    15    
     15
    1616   You should have received a copy of the GNU General Public License
    1717   along with this program.  If not, see <http://www.gnu.org/licenses/>.
     
    8080bool is_default_dyn_PIDDIR(void);
    8181
     82const char *get_dyn_NMBDSOCKETDIR(void);
     83const char *set_dyn_NMBDSOCKETDIR(const char *newpath);
     84bool is_default_dyn_NMBDSOCKETDIR(void);
     85
    8286const char *get_dyn_NCALRPCDIR(void);
    8387const char *set_dyn_NCALRPCDIR(const char *newpath);
     
    9195const char *set_dyn_PRIVATE_DIR(const char *newpath);
    9296bool is_default_dyn_PRIVATE_DIR(void);
     97
     98const char *get_dyn_LOCALEDIR(void);
     99const char *set_dyn_LOCALEDIR(const char *newpath);
     100bool is_default_dyn_LOCALEDIR(void);
Note: See TracChangeset for help on using the changeset viewer.