userPreload       103 dmtcpworker.cpp   char *userPreload =  getenv(ENV_VAR_ORIG_LD_PRELOAD);
userPreload       105 dmtcpworker.cpp   if (userPreload == NULL) {
userPreload       108 dmtcpworker.cpp     strcat(preload, userPreload);
userPreload       111 dmtcpworker.cpp   JTRACE("LD_PRELOAD") (preload) (userPreload) (getenv(ENV_VAR_HIJACK_LIBS))