1 112a113,119 2 > /* Solaris authentication support */ 3 > #define _SOLARIS 1 4 > #ifdef _SOLARIS 5 > #undef ENABLE_F_OPTION 6 > #define ENABLE_F_OPTION 0 7 > #endif /* _SOLARIS */ 8 > 9 358a366 10 > 11 389a398 12 > boolean_t raw_req; 13 391c400,402 14 < /* check if we are root */ 15 --- 16 > #ifdef _SOLARIS 17 > verbose_flag = 1; 18 > prog = argv[0]; 19 392a404,405 20 > #else 21 > /* check if we are root */ 22 400a414 23 > #endif /* _SOLARIS */ 24 411a426 25 > #ifndef _SOLARIS 26 416a432 27 > #endif 28 601a618 29 > #ifndef _SOLARIS 30 602a620,622 31 > #else 32 > ) 33 > #endif /* _SOLARIS */ 34