]> pd.if.org Git - pdclib/blobdiff - platform/example_64/internals/_PDCLIB_config.h
Removed the header include guard 'optimization'.
[pdclib] / platform / example_64 / internals / _PDCLIB_config.h
index c50281ad307822008925ee1fbd2066ce79f515a1..92c2cd2d24d3bfded1b84a41f8da5f044d822adf 100644 (file)
@@ -7,6 +7,9 @@
    Permission is granted to use, modify, and / or redistribute at will.
 */
 
+#ifndef _PDCLIB_CONFIG_H
+#define _PDCLIB_CONFIG_H _PDCLIB_CONFIG_H
+
 /* -------------------------------------------------------------------------- */
 /* Misc                                                                       */
 /* -------------------------------------------------------------------------- */
@@ -278,3 +281,5 @@ typedef int _PDCLIB_fd_t;
    this capability dependent on implementation-defined behaviour (not good).
 */
 #define _PDCLIB_UNGETCBUFSIZE 1
+
+#endif