13 |
|
#include <sys/stat.h> |
14 |
|
#include <fcntl.h> |
15 |
|
|
16 |
< |
#ifdef _Zweihander_ |
16 |
> |
#ifdef _Master_ |
17 |
|
#include <fts.h> |
18 |
|
#endif |
19 |
|
|
43 |
|
return 1; |
44 |
|
} |
45 |
|
|
46 |
< |
#ifdef _Zweihander_ |
46 |
> |
#ifdef _Master_ |
47 |
|
regex_t user_, name_; |
48 |
|
|
49 |
|
regcheck(regcomp(&user_, "^-user=([a-z0-9]{1,16})$", REG_EXTENDED), &user_, environment); |
196 |
|
if (fts_close(traversal)) |
197 |
|
longjmp(environment, 1); |
198 |
|
#else |
199 |
< |
longjmp(environment, (int)"Log in to zweihander.ccs.ucsb.edu to add users"); |
199 |
> |
longjmp(environment, (int)"Log in to " MASTER " to add users"); |
200 |
|
#endif |
201 |
|
|
202 |
|
return 0; |