Put back in getopt.h, getopt.c, getopt1.c. Solaris doesn't always have

it and it's really too much of a hassle to do all that configuration
code to figure out where it is and what has to be done to get it to
work.
This commit is contained in:
rocky
2006-03-17 19:36:54 +00:00
parent 69ecb8d916
commit 25a76d78cb
15 changed files with 2821 additions and 70 deletions

View File

@@ -1,5 +1,5 @@
/*
$Id: cd-info.c,v 1.147 2005/10/24 02:57:00 rocky Exp $
$Id: cd-info.c,v 1.148 2006/03/17 19:36:54 rocky Exp $
Copyright (C) 2003, 2004, 2005 Rocky Bernstein <rocky@panix.com>
Copyright (C) 1996, 1997, 1998 Gerd Knorr <kraxel@bytesex.org>
@@ -26,8 +26,8 @@
#include "util.h"
#include "cddb.h"
#include "getopt.h"
#include <stdarg.h>
#include <getopt.h>
#ifdef HAVE_CDDB
#include <cddb/cddb.h>