]> pd.if.org Git - pdclib/blobdiff - personalities/__personality.h
Re-import from Subversion.
[pdclib] / personalities / __personality.h
diff --git a/personalities/__personality.h b/personalities/__personality.h
deleted file mode 100644 (file)
index e5da670..0000000
+++ /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