Print this page
make: unifdef for MAKETOOL and DISTRIBUTED (undefined)

@@ -27,19 +27,11 @@
 
 
 /*
  * Included files
  */
-#if defined(DISTRIBUTED) || defined(MAKETOOL) /* tolik */
-#       include <dm/Avo_DmakeCommand.h>
-#endif
 
 #include <mksh/defs.h>
 #include <unistd.h>
 
-#if defined(DISTRIBUTED) || defined(MAKETOOL) /* tolik */
-
-extern int      do_job(Avo_DmakeCommand *cmd_list[], char *env_list[], char *stdout_file, char *stderr_file, char *cwd, char *cnwd, int ignore, int silent, pathpt vroot_path, char *shell, int nice_prio);
-
-#endif /* TEAMWARE_MAKE_CMN */
 
 #endif