#include "Launcher_Job_Command.hxx"
#include "Launcher.hxx"
+#include "Launcher_Utils.hxx"
#ifdef WITH_LIBBATCH
#include <libbatch/Job.hxx>
#define _LAUNCHER_JOB_PYTHONSALOME_HXX_
#include "Launcher_Job_SALOME.hxx"
+#include "Launcher_Utils.hxx"
namespace Launcher
{
#include "Launcher_Job.hxx"
#include "Launcher.hxx"
+#include "Launcher_Utils.hxx"
#ifdef WITH_LIBBATCH
#include <libbatch/Job.hxx>
#define _LAUNCHER_JOB_YACSFILE_HXX_
#include "Launcher_Job_SALOME.hxx"
+#include "Launcher_Utils.hxx"
namespace Launcher
{
# else
# define LAUNCHER_EXPORT __declspec(dllimport)
# endif
+
+#ifndef S_ISREG
+#define S_ISREG(mode) (((mode) & S_IFMT) == S_IFREG)
+#endif
+
#else
# define LAUNCHER_EXPORT
#endif