X-Authentication-Warning: delorie.com: mail set sender to djgpp-workers-bounces using -f X-Authenticated: #27081556 From: Juan Manuel Guerrero To: djgpp-workers AT delorie DOT com Subject: getopt.h Date: Wed, 31 May 2006 20:12:15 +0200 User-Agent: KMail/1.8.2 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200605312012.15381.juan.guerrero@gmx.de> X-Y-GMX-Trusted: 0 Reply-To: djgpp-workers AT delorie DOT com I am trying to port certain library to djgpp. The configure script searches for getopt(). This is done first by looking for the header getopt.h later by explicitly compiling a test program to detect if the getopt() functions works as expected. Very unfortunatly neither 2.03 nor 2.04 offers such a header. This header only needs to be a wraper that calls unistd.h. It should be clear that without such a header, the getopt() function of djgpp becomes almost superfluos because it is never detected by todays configure scripts. I will not propose any such header and leave this task to someone else if the idea of supplying such a header is accepted. Regards, Juan M. Guerrero