fixed output
[libfirm] / ir / debug / firm_ycomp.h
index 060cd77..79d43e8 100644 (file)
@@ -1,8 +1,22 @@
+/*
+ * Project:     libFIRM
+ * File name:   ir/debug/firm_ycomp.h
+ * Purpose:     Connect firm to ycomp
+ * Author:      Christian Wuerdig
+ * Modified by:
+ * Created:     16.11.2006
+ * CVS-ID:      $Id$
+ * Copyright:   (c) 2001-2006 Universität Karlsruhe
+ * Licence:     This file protected by GPL -  GNU GENERAL PUBLIC LICENSE.
+ */
 #ifndef _FIRM_YCOMP_H_
 #define _FIRM_YCOMP_H_
 
 #include "firmnet.h"
 
+#define FIRM_YCOMP_DEFAULT_HOST "localhost"
+#define FIRM_YCOMP_DEFAULT_PORT 4242
+
 /**
  * Establish connection to yComp and register debugger hooks.
  * @param host Hostname where yComp is running