/* Template for the remote job exportation interface to GNU Make.
-Copyright (C) 1988, 1989, 1992, 1993 Free Software Foundation, Inc.
+Copyright (C) 1988, 1989, 1992, 1993, 1996 Free Software Foundation, Inc.
This file is part of GNU Make.
GNU Make is free software; you can redistribute it and/or modify
char *remote_description = 0;
+/* Call once at startup even if no commands are run. */
+void
+remote_setup ()
+{
+}
+
+/* Called before exit. */
+
+void
+remote_cleanup ()
+{
+}
+\f
/* Return nonzero if the next job should be done remotely. */
int