]> pd.if.org Git - pdclib/blobdiff - platform/example_cygwin/internals/_PDCLIB_config.h
Comment cleanups.
[pdclib] / platform / example_cygwin / internals / _PDCLIB_config.h
index 2fd09e9706becf513c23796fe4748d5c071eb4f8..383a6f9ecd8f88e9c5817212068c1400da6677c4 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* Internal PDCLib configuration <_PDCLIB_config.h>
    (Generic Template)
 
@@ -7,6 +5,9 @@
    Permission is granted to use, modify, and / or redistribute at will.
 */
 
+#ifndef _PDCLIB_CONFIG_H
+#define _PDCLIB_CONFIG_H _PDCLIB_CONFIG_H
+
 /* -------------------------------------------------------------------------- */
 /* Misc                                                                       */
 /* -------------------------------------------------------------------------- */
@@ -287,3 +288,5 @@ typedef int _PDCLIB_fd_t;
 #define _PDCLIB_UNGETCBUFSIZE 1
 
 typedef long wint_t;
+
+#endif