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 a BSD-style 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 00041 int auth_register_byname( const char *name ); 00042 00048 int auth_register_all(); 00049 00050 #endif