(root)/
acl-2.3.1/
libacl/
perm_copy.h
       1  /*
       2    Copyright (C) 2003  Andreas Gruenbacher <agruen@suse.de>
       3  
       4    This program is free software: you can redistribute it and/or modify it
       5    under the terms of the GNU Lesser General Public License as published by
       6    the Free Software Foundation, either version 2.1 of the License, or
       7    (at your option) any later version.
       8  
       9    This program is distributed in the hope that it will be useful,
      10    but WITHOUT ANY WARRANTY; without even the implied warranty of
      11    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
      12    GNU Lesser General Public License for more details.
      13  
      14    You should have received a copy of the GNU Lesser General Public License
      15    along with this program.  If not, see <http://www.gnu.org/licenses/>.
      16  */
      17  
      18  /* Features we always have */
      19  
      20  #define HAVE_ACL_LIBACL_H 1
      21  #define HAVE_CONFIG_H 1
      22  #define HAVE_SYS_ACL_H 1
      23  #define HAVE_LIBACL_LIBACL_H 1
      24  
      25  #define HAVE_ACL_DELETE_DEF_FILE 1
      26  #define HAVE_ACL_ENTRIES 1
      27  #define HAVE_ACL_FREE 1
      28  #define HAVE_ACL_FROM_MODE 1
      29  #define HAVE_ACL_FROM_TEXT 1
      30  #define HAVE_ACL_GET_ENTRY 1
      31  #define HAVE_ACL_GET_FD 1
      32  #define HAVE_ACL_GET_FILE 1
      33  #define HAVE_ACL_GET_PERM 1
      34  #define HAVE_ACL_GET_PERMSET 1
      35  #define HAVE_ACL_GET_TAG_TYPE 1
      36  #define HAVE_ACL_SET_FD 1
      37  #define HAVE_ACL_SET_FILE 1
      38  
      39  #include "config.h"
      40  #include "misc.h"