X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=personalities%2F__personality.h;fp=personalities%2F__personality.h;h=0000000000000000000000000000000000000000;hb=c8f799d852e3698468a78954d82588e841cc0b70;hp=e5da6701d2cbdf8932e764e84998de789bf02667;hpb=5e125f38b2aba7d706a9143727e2ef72d58391dc;p=pdclib.old diff --git a/personalities/__personality.h b/personalities/__personality.h deleted file mode 100644 index e5da670..0000000 --- a/personalities/__personality.h +++ /dev/null @@ -1,22 +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) -// ---------------------------------------------------------------------------- - -#ifndef __PDCLIB_PERSONALITY_H -#define __PDCLIB_PERSONALITY_H __PDCLIB_PERSONALITY_H - -// 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 // __PDCLIB_PERSONALITY_H