cctools
|
00001 /* 00002 Copyright (C) 2003-2004 Douglas Thain and the University of Wisconsin 00003 Copyright (C) 2005- The University of Notre Dame 00004 This software is distributed under the GNU General Public License. 00005 See the file COPYING for details. 00006 */ 00007 00008 #ifndef AUTH_ALL_H 00009 #define AUTH_ALL_H 00010 00022 #include "auth.h" 00023 #include "auth_unix.h" 00024 #include "auth_kerberos.h" 00025 #include "auth_globus.h" 00026 #include "auth_hostname.h" 00027 #include "auth_address.h" 00028 #include "auth_ticket.h" 00029 00042 int auth_register_byname(const char *name); 00043 00049 int auth_register_all(); 00050 00051 #endif