|
Lines 67-73
Link Here
|
| 67 |
# OpenBSD and other Systems do not have libcrypt, so comment the line out |
67 |
# OpenBSD and other Systems do not have libcrypt, so comment the line out |
| 68 |
# if you get linking problems. |
68 |
# if you get linking problems. |
| 69 |
# To use shadow passwords under some Linux OS, uncomment the next two lines. |
69 |
# To use shadow passwords under some Linux OS, uncomment the next two lines. |
| 70 |
SHADOWLIBS=-lcrypt -lshadow |
70 |
SHADOWLIBS=-lcrypt |
| 71 |
SHADOWOPTS=-DPW_SHADOW |
71 |
SHADOWOPTS=-DPW_SHADOW |
| 72 |
# To use shadow passwords under Solaris, uncomment the SHADOWOPTS line. |
72 |
# To use shadow passwords under Solaris, uncomment the SHADOWOPTS line. |
| 73 |
|
73 |
|