Skip to content
Snippets Groups Projects
Commit 249dc3bf authored by Fredrik Hübinette (Hubbe)'s avatar Fredrik Hübinette (Hubbe)
Browse files

now loads even on systems without YP

Rev: src/modules/Yp/module.pmod.in:1.9
parent 05dfe015
No related branches found
No related tags found
No related merge requests found
/* /*
* $Id: module.pmod.in,v 1.8 1997/06/10 20:31:04 grubba Exp $ * $Id: module.pmod.in,v 1.9 1999/08/25 05:07:57 hubbe Exp $
* *
* YP (NIS) Functionality for Pike * YP (NIS) Functionality for Pike
* *
...@@ -8,6 +8,8 @@ ...@@ -8,6 +8,8 @@
inherit @module@; inherit @module@;
#if constant(@module@.Domain)
// Usual nicknames // Usual nicknames
constant nicknames = ([ constant nicknames = ([
"passwd":"passwd.byname", "passwd":"passwd.byname",
...@@ -93,3 +95,5 @@ class Map { ...@@ -93,3 +95,5 @@ class Map {
} }
} }
}; };
#endif
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment