General cleanup of old and ugly code.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@235 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -166,4 +166,15 @@
|
||||
#define unix /* well, ok... */
|
||||
#endif
|
||||
|
||||
/*
|
||||
* SunOS braindamage! (Sun include files are generally braindead)
|
||||
*/
|
||||
#if (defined(sun) || defined(__sun))
|
||||
#if defined(__svr4__) || defined(__SVR4)
|
||||
#define SunOS 5
|
||||
#else
|
||||
#define SunOS 4
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#endif /* T_CONFIG_H */
|
||||
|
Reference in New Issue
Block a user