// Author: Jean GAUTIER
// <jga@hourax.paris1.matra-dtv.fr>
-
#include <fstream.h>
+#ifdef HAVE_CONFIG_H
+# include <config.h>
+#endif
#include <WOKTools_Messages.hxx>
#define READBUF_SIZE 1024
-#ifdef LIN
+#ifdef HAVE_IOMANIP_H
# include <iomanip.h>
-#endif // LIN
+#endif
//=======================================================================
//function : WOKOrbix_ExtractServerList
// Created: Mon Aug 18 16:43:12 1997
// Author: Jean GAUTIER
// <jga@hourax.paris1.matra-dtv.fr>
+#ifdef HAVE_CONFIG_H
+# include <config.h>
+#endif
#ifdef WNT
#include <io.h>
#else
-#include <unistd.h>
+# include <fstream.h>
+#endif
+
+#ifdef HAVE_UNISTD_H
+# include <unistd.h>
#endif
-#include <fstream.h>
#include <TCollection_HAsciiString.hxx>