postgresql/src/win32/un.h

11 lines
235 B
C
Raw Normal View History

1999-01-17 07:27:05 +01:00
#ifndef _SYS_UN_H
#define _SYS_UN_H
/* JKR added file, all hacks will be in the files added, not in EGCS */
struct sockaddr_un {
short sun_family; /* AF_UNIX */
char sun_path[108]; /* path name (gag) */
};
#endif /* _SYS_UN_H */