X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=personalities%2Ftemplate%2Fincludes%2F__personality.h;fp=personalities%2Ftemplate%2Fincludes%2F__personality.h;h=0000000000000000000000000000000000000000;hb=94cec7268060142c361c882c0a54d4b0052a591c;hp=2a3cb624cc5dfb6dccf08f58ab2d36ffdc89adce;hpb=c8f799d852e3698468a78954d82588e841cc0b70;p=pdclib.old diff --git a/personalities/template/includes/__personality.h b/personalities/template/includes/__personality.h deleted file mode 100644 index 2a3cb62..0000000 --- a/personalities/template/includes/__personality.h +++ /dev/null @@ -1,25 +0,0 @@ -/* ---------------------------------------------------------------------------- - * $Id$ - * ---------------------------------------------------------------------------- - * Public Domain C Library - http://pdclib.sourceforge.net - * This code is Public Domain. Use, modify, and redistribute at will. - * ---------------------------------------------------------------------------- - * Personality #define's (see personality.txt) - * --------------------------------------------------------------------------*/ - -/* No header guard - including file is expected to check this (improves - * performance) - */ - -#define _PERSONALITY - -/* This structure is required by time.h and wchar.h. */ -struct tm; - -/* This type is required by wchar.h and wctype.h. */ -typedef __wint_t; - -/* #undef this if environment does not support _Imaginary. */ -#define __PERSONALITY_SUPPORTS_IMAGINARY - -#endif /* _PERSONALITY */