blob: 5241bc0a2991e2352296b8794d86e41c0f3353cc (
plain)
1
2
3
4
5
6
7
|
/*
* $PostgreSQL: pgsql/src/include/port/sunos4.h,v 1.12 2009/06/11 14:49:11 momjian Exp $
*
* sprintf() returns char *, not int, on SunOS 4.1.x */
#define SPRINTF_CHAR
#include <unistd.h>
|