#ifndef __KRB_COMMON_LOADED #define __KRB_COMMON_LOADED 1 #define KRB_VERSION "KRB5_sample_v1.0" #define KRB_SERVICE "krb_sample" #define KRB_PORT 4444 #ifndef SUCCESS #define SUCCESS 1 #endif #ifndef FAILURE #define FAILURE 0 #endif /* ** Common Routine Prototypes */ void parse_prog_name ( char *, char **); int net_read ( int, char *, unsigned int); int net_write ( int, char *, unsigned int); #endif /* __KRB_COMMON_LOADED */