Mail Archives: djgpp-workers/1996/09/18/08:14:32
The following additions to <sys/config.h> were suggested by Text- and
Fileutils ports:
*** include/sys/config.h~1 Tue Aug 6 14:16:08 1996
--- include/sys/config.h Tue Sep 17 18:21:20 1996
***************
*** 213,218 ****
--- 213,222 ----
#undef HAVE_UTIME_H
#define HAVE_UTIME_H 1
+ /* Define if you have the values.h header file. */
+ #undef HAVE_VALUES_H
+ #define HAVE_VALUES_H 1
+
/* Define if you have the <varargs.h> header file. */
#undef HAVE_VARARGS_H
#define HAVE_VARARGS_H 1
***************
*** 225,230 ****
--- 229,238 ----
#undef HAVE_SYS_FILE_H
#define HAVE_SYS_FILE_H 1
+ /* Define if you have the <sys/ioctl.h> header file. */
+ #undef HAVE_SYS_IOCTL_H
+ #define HAVE_SYS_IOCTL_H 1
+
/* Define if you have the <sys/param.h> header file. */
#undef HAVE_SYS_PARAM_H
#define HAVE_SYS_PARAM_H 1
***************
*** 237,242 ****
--- 245,254 ----
#undef HAVE_SYS_STAT_H
#define HAVE_SYS_STAT_H 1
+ /* Define if you have the <sys/time.h> header file. */
+ #undef HAVE_SYS_TIME_H
+ #define HAVE_SYS_TIME_H 1
+
/* Define if you have the <sys/timeb.h> header file. */
#undef HAVE_SYS_TIMEB_H
#define HAVE_SYS_TIMEB_H 1
***************
*** 269,274 ****
--- 281,290 ----
/* Define if using alloca.c. */
#undef C_ALLOCA
+ /* Define if you have alloca. */
+ #undef HAVE_ALLOCA
+ #define HAVE_ALLOCA 1
+
/* Define if you have bcmp() and bcopy() library functions. */
#undef HAVE_BCMP
#define HAVE_BCMP 1
***************
*** 283,288 ****
--- 299,312 ----
#undef HAVE_DUP2
#define HAVE_DUP2 1
+ /* Define if you have the endgrent function. */
+ #undef HAVE_ENDGRENT
+ #define HAVE_ENDGRENT 1
+
+ /* Define if you have the endpwent function. */
+ #undef HAVE_ENDPWENT
+ #define HAVE_ENDPWENT 1
+
/* Define if you have fnmatch() function in your library. */
#undef HAVE_FNMATCH
#define HAVE_FNMATCH 1
***************
*** 311,316 ****
--- 335,344 ----
#undef HAVE_GETDTABLESIZE
#define HAVE_GETDTABLESIZE 1
+ /* Define if you have the getgroups function. */
+ #undef HAVE_GETGROUPS
+ #define HAVE_GETGROUPS
+
/* Define if you have gethostname() function in your library. */
#undef HAVE_GETHOSTNAME
#define HAVE_GETHOSTNAME 1
***************
*** 340,357 ****
--- 368,405 ----
#undef HAVE_GLOB
#define HAVE_GLOB 1
+ /* Define if you have the isascii function. */
+ #undef HAVE_ISASCII
+ #define HAVE_ISASCII 1
+
/* Define if you have memchr() in your library. */
#undef HAVE_MEMCHR
#define HAVE_MEMCHR 1
+ /* Define if you have the memcpy function. */
+ #undef HAVE_MEMCPY
+ #define HAVE_MEMCPY 1
+
/* Define if you have mkdir() function in your library. */
#undef HAVE_MKDIR
#define HAVE_MKDIR 1
+ /* Define if you have the mkfifo function. */
+ #undef HAVE_MKFIFO
+ #define HAVE_MKFIFO 1
+
/* Define if you have mktime() function in your library. */
#undef HAVE_MKTIME
#define HAVE_MKTIME 1
+ /* Define if you have the pow function. */
+ #undef HAVE_POW
+ #define HAVE_POW 1
+
+ /* Define if you have the putenv function. */
+ #undef HAVE_PUTENV
+ #define HAVE_PUTENV 1
+
/* Define if you have random() function in your library. */
#undef HAVE_RANDOM
#define HAVE_RANDOM 1
***************
*** 364,373 ****
--- 412,429 ----
#undef HAVE_RMDIR
#define HAVE_RMDIR 1
+ /* Define if you have the setenv function. */
+ #undef HAVE_SETENV
+ #define HAVE_SETENV 1
+
/* Define if you have setlinebuf() function in your library. */
#undef HAVE_SETLINEBUF
#define HAVE_SETLINEBUF 1
+ /* Define if you have the setlocale function. */
+ #undef HAVE_SETLOCALE
+ #define HAVE_SETLOCALE 1
+
/* Define if you have sigaction() function in your library. */
#undef HAVE_SIGACTION
#define HAVE_SIGACTION 1
***************
*** 377,382 ****
--- 433,442 ----
#undef STAT_STATFS2_BSIZE
#define STAT_STATFS2_BSIZE 1
+ /* Define if you have the stpcpy function. */
+ #undef HAVE_STPCPY
+ #define HAVE_STPCPY 1
+
/* Define if you have strcasecmp() function in your library. */
#undef HAVE_STRCASECMP
#define HAVE_STRCASECMP 1
***************
*** 436,441 ****
--- 496,505 ----
#undef HAVE_ST_RDEV
#define HAVE_ST_RDEV 1
+ /* Define if you have `struct utimbuf' declared in <utime.h>. */
+ #undef HAVE_STRUCT_UTIMBUF
+ #define HAVE_STRUCT_UTIMBUF 1
+
/* Define if you have struct timeval defined in your <time.h> header file. */
#undef HAVE_TIMEVAL
#define HAVE_TIMEVAL 1
***************
*** 527,533 ****
*/
#undef _LIBC
#undef __GNU_LIBRARY__
! #define _LIBC 1
/* #define __GNU_LIBRARY__ 1 */
--- 591,597 ----
*/
#undef _LIBC
#undef __GNU_LIBRARY__
! /* #define _LIBC 1 */
/* #define __GNU_LIBRARY__ 1 */
- Raw text -