summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
8a5b32e)
They just do a strcmp(3) of their argument against mmdlm{1,2} and test
it's "equal". That's more clearly written longhand than have yet
another small-scope, specialised, macro to recall; as practice bears
out.
extern char *mmdlm1;
extern char *mmdlm2;
extern char *mmdlm1;
extern char *mmdlm2;
-#define isdlm1(s) (strcmp (s, mmdlm1) == 0)
-#define isdlm2(s) (strcmp (s, mmdlm2) == 0)
-
/*
* Read mts.conf file
*/
/*
* Read mts.conf file
*/