comparison compat.h @ 12:14e58decdf87

Detect the OS and configure build flags and libraries automatically
author Guido Berhoerster <guido+sencrypt@berhoerster.name>
date Tue, 13 Sep 2016 18:37:25 +0200
parents abb770754967
children
comparison
equal deleted inserted replaced
11:27bc2d4947da 12:14e58decdf87
30 #if defined(__SCO_VERSION__) && !defined(__OPENSERVER__) 30 #if defined(__SCO_VERSION__) && !defined(__OPENSERVER__)
31 #define vsnprintf _xvsnprintf 31 #define vsnprintf _xvsnprintf
32 #define snprintf _xsnprintf 32 #define snprintf _xsnprintf
33 #endif /* defined(__SCO_VERSION__) && !defined(__OPENSERVER__) */ 33 #endif /* defined(__SCO_VERSION__) && !defined(__OPENSERVER__) */
34 34
35 #ifndef HAVE_ERR_H
36 #include "err.h"
37 #endif /* !HAVE_ERR_H */
38
35 #endif /* COMPAT_H */ 39 #endif /* COMPAT_H */