- cleaned up irp functions a bit
[libfirm] / ir / net / firmnet.c
index a040b67..3c6df30 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1995-2007 University of Karlsruhe.  All right reserved.
+ * Copyright (C) 1995-2008 University of Karlsruhe.  All right reserved.
  *
  * This file is part of libFirm.
  *
  */
 
 /**
- * @file    libfirm/ir/net/firmnet.c
+ * @file
  * @brief   TCP/IP handling (Windows and Unix like systems)
  * @author  Christian Wuerdig, implementation copied from liblpp created by Sebastian Hack
  * @date    17.11.2006
  * @version $Id$
  */
 
-#ifdef HAVE_CONFIG_H
 #include "config.h"
-#endif /* HAVE_CONFIG_H */
 
 #include "firmnet_t.h"