Skip to content

Commit

Permalink
Reorganize lglob.
Browse files Browse the repository at this point in the history
  • Loading branch information
gwsw committed Sep 3, 1996
1 parent 8bb2994 commit 3c599cd
Show file tree
Hide file tree
Showing 5 changed files with 232 additions and 343 deletions.
8 changes: 3 additions & 5 deletions defines.ds
Original file line number Diff line number Diff line change
Expand Up @@ -167,11 +167,6 @@
*/
#define HAVE_SGSTAT_H 0

/*
* HAVE_STAT is 1 if your system has the stat() call.
*/
#define HAVE_STAT 1

/*
* HAVE_PERROR is 1 if your system has the perror() call.
* (Actually, if it has sys_errlist, sys_nerr and errno.)
Expand Down Expand Up @@ -295,6 +290,9 @@
/* Define if you have the sigsetmask function. */
#define HAVE_SIGSETMASK 0

/* Define if you have the stat function. */
#define HAVE_STAT 1

/* Define if you have the strchr function. */
#define HAVE_STRCHR 1

Expand Down
8 changes: 3 additions & 5 deletions defines.o2
Original file line number Diff line number Diff line change
Expand Up @@ -147,11 +147,6 @@
*/
#define HAVE_SGSTAT_H 0

/*
* HAVE_STAT is 1 if your system has the stat() call.
*/
#define HAVE_STAT 1

/*
* HAVE_PERROR is 1 if your system has the perror() call.
* (Actually, if it has sys_errlist, sys_nerr and errno.)
Expand Down Expand Up @@ -260,6 +255,9 @@
/* Define if you have the sigsetmask function. */
#define HAVE_SIGSETMASK 0

/* Define if you have the stat function. */
#define HAVE_STAT 1

/* Define if you have the strchr function. */
#define HAVE_STRCHR 1

Expand Down
8 changes: 3 additions & 5 deletions defines.o9
Original file line number Diff line number Diff line change
Expand Up @@ -150,11 +150,6 @@
*/
#define HAVE_SGSTAT_H 1

/*
* HAVE_STAT is 1 if your system has the stat() call.
*/
#define HAVE_STAT 0

/*
* HAVE_PERROR is 1 if your system has the perror() call.
* (Actually, if it has sys_errlist, sys_nerr and errno.)
Expand Down Expand Up @@ -275,6 +270,9 @@
/* Define if you have the sigsetmask function. */
#define HAVE_SIGSETMASK 0

/* Define if you have the stat function. */
#define HAVE_STAT 0

/* Define if you have the strchr function. */
#define HAVE_STRCHR 0

Expand Down
8 changes: 3 additions & 5 deletions defines.wn
Original file line number Diff line number Diff line change
Expand Up @@ -148,11 +148,6 @@
*/
#define HAVE_SGSTAT_H 0

/*
* HAVE_STAT is 1 if your system has the stat() call.
*/
#define HAVE_STAT 1

/*
* HAVE_PERROR is 1 if your system has the perror() call.
* (Actually, if it has sys_errlist, sys_nerr and errno.)
Expand Down Expand Up @@ -261,6 +256,9 @@
/* Define if you have the sigsetmask function. */
#define HAVE_SIGSETMASK 0

/* Define if you have the stat function. */
#define HAVE_STAT 1

/* Define if you have the strchr function. */
#define HAVE_STRCHR 1

Expand Down
Loading

0 comments on commit 3c599cd

Please sign in to comment.