Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <003201c32393$19af7640$5d946a20@Kernel> From: "Badedas" To: Subject: Problem with Raw Socket libraries Date: Mon, 26 May 2003 16:27:33 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 I've this simple declaration in a raw socket program: setsockopt(sock,IPPROTO_IP,IP_HDRINCL,&bol,sizeof(bol)) but I got this error: `IP_HDRINCL' undeclared What's the problem?? Why I can't find IP_HDRINCL in not any library?? -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/