1
0
mirror of https://https.git.savannah.gnu.org/git/gnulib.git synced 2026-09-01 02:34:55 +00:00

merge with 3.8.3b

This commit is contained in:
Jim Meyering
1993-10-06 16:44:42 +00:00
parent de7ba135e2
commit 92a0e357d2
6 changed files with 67 additions and 1 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ fnmatch.h fsusage.h mountlist.h pathmax.h system.h $(SOURCES)
all: libfu.a
.c.o:
$(CC) -c $(CPPFLAGS) $(DEFS) -I$(srcdir) $(CFLAGS) $<
$(CC) -c $(CPPFLAGS) $(DEFS) -I.. -I$(srcdir) $(CFLAGS) $<
install: all
+11
View File
@@ -18,6 +18,17 @@
/* David MacKenzie <djm@gnu.ai.mit.edu>.
Some algorithms adapted from GNU Emacs. */
#ifdef HAVE_CONFIG_H
#if defined (CONFIG_BROKETS)
/* We use <config.h> instead of "config.h" so that a compilation
using -I. -I will use ./config.h rather than /config.h
(which it would do because it found this file in ). */
#include <config.h>
#else
#include "config.h"
#endif
#endif
#include <stdio.h>
#include <ctype.h>
#include <sys/types.h>
+11
View File
@@ -15,6 +15,17 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#ifdef HAVE_CONFIG_H
#if defined (CONFIG_BROKETS)
/* We use <config.h> instead of "config.h" so that a compilation
using -I. -I will use ./config.h rather than /config.h
(which it would do because it found this file in ). */
#include <config.h>
#else
#include "config.h"
#endif
#endif
#ifdef STDC_HEADERS
#include <stdlib.h>
#else
+11
View File
@@ -15,6 +15,17 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#ifdef HAVE_CONFIG_H
#if defined (CONFIG_BROKETS)
/* We use <config.h> instead of "config.h" so that a compilation
using -I. -I will use ./config.h rather than /config.h
(which it would do because it found this file in ). */
#include <config.h>
#else
#include "config.h"
#endif
#endif
#include <sys/types.h>
#include "fsusage.h"
+22
View File
@@ -18,6 +18,17 @@
/* Written by David MacKenzie <djm@gnu.ai.mit.edu> and
Jim Meyering <meyering@cs.utexas.edu>. */
#ifdef HAVE_CONFIG_H
#if defined (CONFIG_BROKETS)
/* We use <config.h> instead of "config.h" so that a compilation
using -I. -I will use ./config.h rather than /config.h
(which it would do because it found this file in ). */
#include <config.h>
#else
#include "config.h"
#endif
#endif
#ifdef __GNUC__
#define alloca __builtin_alloca
#else
@@ -32,6 +43,17 @@ char *alloca ();
#endif
#endif
#ifdef HAVE_CONFIG_H
#if defined (CONFIG_BROKETS)
/* We use <config.h> instead of "config.h" so that a compilation
using -I. -I will use ./config.h rather than /config.h
(which it would do because it found this file in ). */
#include <config.h>
#else
#include "config.h"
#endif
#endif
#include <stdio.h>
#include <sys/types.h>
#include <sys/stat.h>
+11
View File
@@ -17,6 +17,17 @@
/* Written by David MacKenzie <djm@gnu.ai.mit.edu>. */
#ifdef HAVE_CONFIG_H
#if defined (CONFIG_BROKETS)
/* We use <config.h> instead of "config.h" so that a compilation
using -I. -I will use ./config.h rather than /config.h
(which it would do because it found this file in ). */
#include <config.h>
#else
#include "config.h"
#endif
#endif
#include <stdio.h>
#include <sys/types.h>
#include <pwd.h>