gnome-http on HPUX build bugs
- From: Dan Newcombe <Newcombe mordor clayton edu>
- To: gnome-list gnome org
- Subject: gnome-http on HPUX build bugs
- Date: Mon, 4 Jan 1999 14:45:45 -0500 (EST)
http_trans.h needs _XOPEN_SOURCE_EXTENDED defined around all the includes.
#ifndef _XOPEN_SOURCE_EXTENDED
# define _XOPEN_SOURCE_EXTENDED
#endif
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <netdb.h>
#ifdef _XOPEN_SOURCE_EXTENDED
# undef _XOPEN_SOURCE_EXTENDED
#endif
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]