]> granicus.if.org Git - postgresql/blob - src/include/port/sunos4.h
Move carefully obscured SunOS 4 specific #include out of c.h into port
[postgresql] / src / include / port / sunos4.h
1 /*
2  * $PostgreSQL: pgsql/src/include/port/sunos4.h,v 1.11 2008/12/11 09:17:07 petere Exp $ 
3  *
4  * sprintf() returns char *, not int, on SunOS 4.1.x */
5 #define SPRINTF_CHAR
6
7 #include <unistd.h>