1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-21 03:12:48 +02:00

merge with 3.8.3b

This commit is contained in:
Jim Meyering
1993-10-06 16:44:26 +00:00
parent 19cd821ddb
commit f2080b7714
25 changed files with 297 additions and 12 deletions

View File

@@ -32,6 +32,17 @@
Written by Paul Rubin, Arnold Robbins, Jim Kingdon, David MacKenzie,
and Randy Smith. */
#ifdef HAVE_CONFIG_H
#if defined (CONFIG_BROKETS)
/* We use <config.h> instead of "config.h" so that a compilation
using -I. -I$srcdir will use ./config.h rather than $srcdir/config.h
(which it would do because it found this file in $srcdir). */
#include <config.h>
#else
#include "config.h"
#endif
#endif
#include <stdio.h>
#include <ctype.h>
#include <getopt.h>