config root man

Current Path : /usr/local/include/postgresql/server/port/

FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64
Upload File :
Current File : //usr/local/include/postgresql/server/port/nextstep.h

/* $PostgreSQL: pgsql/src/include/port/nextstep.h,v 1.8 2006/03/11 04:38:38 momjian Exp $ */

#include "libc.h"
#include <sys/ioctl.h>
#if defined(__STRICT_ANSI__)
#define isascii(c)	((unsigned)(c)<=0177)
#endif
extern char *strdup(const char *string);

#ifndef _POSIX_SOURCE
typedef unsigned short mode_t;
typedef int sigset_t;

#define SIG_BLOCK	  00
#define SIG_UNBLOCK   01
#define SIG_SETMASK   02
#endif

#define NO_WAITPID

Man Man