Fix disabling getopt compile again.

merge-requests/1/head
Chris Bagwell 2009-02-22 05:08:56 +00:00
rodzic 7d06da3be7
commit 55434f8a75
3 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -3,6 +3,7 @@
po, to use automake.
* doc/Makefile.am: Get rid of unneeded gnu extensions to quieten
down autotools warnings.
* lib/getopt.c, lib/getopt1.c: Fix disabling getopt compile again.
2009-03-20 m. allan noah <kitno455 a t gmail d o t com>
* backend/avision.c: backend v290, fix reader_pid and NVRAM option

Wyświetl plik

@ -20,6 +20,7 @@
License along with the GNU C Library; if not, write to the Free
Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
02111-1307 USA. */
# include <config.h>
#if !defined(HAVE_GETOPT_H) || !defined(HAVE_GETOPT_LONG)
/* This tells Alpha OSF/1 not to define a getopt prototype in <stdio.h>.

Wyświetl plik

@ -17,6 +17,7 @@
License along with the GNU C Library; if not, write to the Free
Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
02111-1307 USA. */
#include <config.h>
#if !defined(HAVE_GETOPT_H) || !defined(HAVE_GETOPT_LONG)
#ifdef HAVE_CONFIG_H