Mercurial > urweb
comparison src/c/fastcgi.c @ 1149:15767031950c
AC_USE_SYSTEM_EXTENSIONS replaces the need for hacky #defines at starts of C files
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Sat, 06 Feb 2010 13:46:17 -0500 |
parents | 398ed1b89ee7 |
children | 236dc296c32d |
comparison
equal
deleted
inserted
replaced
1148:a48966743c37 | 1149:15767031950c |
---|---|
1 #define _GNU_SOURCE | |
2 | |
3 #include <stdio.h> | 1 #include <stdio.h> |
4 #include <string.h> | 2 #include <string.h> |
5 #include <stdlib.h> | 3 #include <stdlib.h> |
6 #include <sys/types.h> | 4 #include <sys/types.h> |
7 #include <sys/socket.h> | 5 #include <sys/socket.h> |