Rev 8342 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 8342 | Rev 11047 | ||
---|---|---|---|
Line 13... | Line 13... | ||
13 | * You should have received a copy of the GNU General Public License |
13 | * You should have received a copy of the GNU General Public License |
14 | * along with this program; if not, write to the Free Software |
14 | * along with this program; if not, write to the Free Software |
15 | * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. |
15 | * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. |
16 | */ |
16 | */ |
17 | 17 | ||
18 | /* http |
18 | /* http daemon for WIMS */ |
19 | 19 | ||
20 | #include <netdb.h> |
20 | #include <netdb.h> |
21 | #include <sys/socket.h> |
21 | #include <sys/socket.h> |
22 | #include <netinet/in.h> |
22 | #include <netinet/in.h> |
23 | #include <arpa/inet.h> |
23 | #include <arpa/inet.h> |