X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=platform%2Fexample%2Finternals%2F_PDCLIB_config.h;h=88f8a15d7144918e72a05cae5ffca560162a7e09;hb=b1fc26afebd4d557ff89a44bc21767a8704c3809;hp=64cc98dc73411bcc4e854ff936e09ab0d2e76f63;hpb=c3a9288707c2071ac38666bb23e1face3d2efa0c;p=pdclib diff --git a/platform/example/internals/_PDCLIB_config.h b/platform/example/internals/_PDCLIB_config.h index 64cc98d..88f8a15 100644 --- a/platform/example/internals/_PDCLIB_config.h +++ b/platform/example/internals/_PDCLIB_config.h @@ -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 */ /* -------------------------------------------------------------------------- */ @@ -354,3 +355,4 @@ typedef int _PDCLIB_fd_t; */ #define _PDCLIB_ERROR 4 +#endif