niotso/deps/libpq/include/port/sunos4.h

8 lines
133 B
C
Raw Normal View History

/*
* src/include/port/sunos4.h
*
* sprintf() returns char *, not int, on SunOS 4.1.x */
#define SPRINTF_CHAR
#include <unistd.h>