diff options
Diffstat (limited to 'include/relocation.h')
-rw-r--r-- | include/relocation.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/relocation.h b/include/relocation.h index 924f00f..9a1f0f4 100644 --- a/include/relocation.h +++ b/include/relocation.h @@ -1,15 +1,15 @@ /** * @file relocation.h */ -#ifndef OMC_RELOCATION_H -#define OMC_RELOCATION_H +#ifndef STASIS_RELOCATION_H +#define STASIS_RELOCATION_H #include "config.h" #include <stdio.h> #include <stdlib.h> #include <string.h> -#if defined(OMC_OS_DARWIN) +#if defined(STASIS_OS_DARWIN) #include <limits.h> # else #include <linux/limits.h> @@ -21,4 +21,4 @@ int replace_text(char *original, const char *target, const char *replacement, unsigned flags); int file_replace_text(const char* filename, const char* target, const char* replacement, unsigned flags); -#endif //OMC_RELOCATION_H +#endif //STASIS_RELOCATION_H |