Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 458668
Collapse All | Expand All

(-)/tmp/um-account-dialog.c (+2 lines)
Lines 35-41 Link Here
35
35
36
typedef enum {
36
typedef enum {
37
        UM_LOCAL,
37
        UM_LOCAL,
38
#ifdef KERBEROS
38
        UM_ENTERPRISE,
39
        UM_ENTERPRISE,
40
#endif
39
        NUM_MODES
41
        NUM_MODES
40
} UmAccountMode;
42
} UmAccountMode;
41
43

Return to bug 458668