1
0
Fork 0
mirror of https://repo.or.cz/socat.git synced 2025-07-11 06:22:58 +00:00

1.7.0-rc1: ported to FreeBSD: test.sh runssctpx; small fixes

This commit is contained in:
Gerhard Rieger 2008-09-23 14:29:09 +02:00
parent 784e378ede
commit 28cc25ec90
5 changed files with 40 additions and 11 deletions

View file

@ -85,6 +85,9 @@ int procan_cdefs(FILE *outfile) {
#endif
/* socket constants */
#ifdef PF_INET6
fprintf(outfile, "#define PF_INET6 %d\n", PF_INET6);
#endif
#ifdef SOCK_DGRAM
fprintf(outfile, "#define SOCK_DGRAM %d\n", SOCK_DGRAM);
#endif