CVS update: /ccvs/, /ccvs/windows-NT/
[email protected] 15 May 2005 16:44:32 -0000
| Newsgroups | gmane.comp.version-control.cvs.cvs |
|---|---|
| Message-ID | <[email protected]> |
User: dprice
Date: 05/05/15 09:44:32
Modified:
/ccvs/
config.h.in, configure
/ccvs/windows-NT/
config.h, config.h.in, stamp-chi
Log:
Regenerated.
File Changes:
Directory: /ccvs/
=================
File [changed]: config.h.in
Url: https://ccvs.cvshome.org/source/browse/ccvs/config.h.in?r1=1.168&r2=1.169
Delta lines: +10 -7
--------------------
--- config.h.in 13 May 2005 02:59:52 -0000 1.168
+++ config.h.in 15 May 2005 16:44:29 -0000 1.169
@@ -244,10 +244,8 @@
/* Define to 1 if you have the <direct.h> header file. */
#undef HAVE_DIRECT_H
-/* Define to 1 if you have the `dirent64' function. */
-#undef HAVE_DIRENT64
-
-/* Define to 1 if you have the <dirent.h> header file. */
+/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
+ */
#undef HAVE_DIRENT_H
/* Define to 1 if you have the `dup2' function. */
@@ -458,7 +456,7 @@
/* Define to 1 if you have the <ndbm.h> header file. */
#undef HAVE_NDBM_H
-/* Define to 1 if you have the <ndir.h> header file. */
+/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
#undef HAVE_NDIR_H
/* Define to 1 if you have the `openat' function. */
@@ -611,6 +609,9 @@
/* Define to 1 if you have the `strtoul' function. */
#undef HAVE_STRTOUL
+/* Define to 1 if the system has the type `struct dirent64'. */
+#undef HAVE_STRUCT_DIRENT64
+
/* Define if there is a member named d_type in the struct describing directory
headers. */
#undef HAVE_STRUCT_DIRENT_D_TYPE
@@ -633,7 +634,8 @@
/* Define to 1 if you have the <sys/bsdtypes.h> header file. */
#undef HAVE_SYS_BSDTYPES_H
-/* Define to 1 if you have the <sys/dir.h> header file. */
+/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
+ */
#undef HAVE_SYS_DIR_H
/* Define to 1 if you have the <sys/file.h> header file. */
@@ -642,7 +644,8 @@
/* Define to 1 if you have the <sys/inttypes.h> header file. */
#undef HAVE_SYS_INTTYPES_H
-/* Define to 1 if you have the <sys/ndir.h> header file. */
+/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
+ */
#undef HAVE_SYS_NDIR_H
/* Define to 1 if you have the <sys/param.h> header file. */
File [changed]: configure
Url: https://ccvs.cvshome.org/source/browse/ccvs/configure?r1=1.390&r2=1.391
Delta lines: +61 -83
---------------------
--- configure 13 May 2005 02:59:52 -0000 1.390
+++ configure 15 May 2005 16:44:29 -0000 1.391
@@ -1475,11 +1475,6 @@
gl_func_list="$gl_func_list mblen"
gl_func_list="$gl_func_list mbrlen"
gl_func_list="$gl_func_list tzset"
-gl_header_list="$gl_header_list dirent.h"
-gl_header_list="$gl_header_list sys/ndir.h"
-gl_header_list="$gl_header_list sys/dir.h"
-gl_header_list="$gl_header_list ndir.h"
-gl_func_list="$gl_func_list dirent64"
gl_func_list="$gl_func_list getlogin_r"
gl_func_list="$gl_func_list getpwnam_r"
gl_func_list="$gl_func_list stat64"
@@ -28202,69 +28197,6 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- :
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- :
-
-
-
-
-
-
-
-
-
-
-
-
-
- :
-
GLOB_H=
@@ -28454,24 +28386,70 @@
+ echo "$as_me:$LINENO: checking for struct dirent64" >&5
+echo $ECHO_N "checking for struct dirent64... $ECHO_C" >&6
+if test "${ac_cv_type_struct_dirent64+set}" = set; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+else
+ cat >conftest.$ac_ext <<_ACEOF
+/* confdefs.h. */
+_ACEOF
+cat confdefs.h >>conftest.$ac_ext
+cat >>conftest.$ac_ext <<_ACEOF
+/* end confdefs.h. */
+$ac_includes_default
+int
+main ()
+{
+if ((struct dirent64 *) 0)
+ return 0;
+if (sizeof (struct dirent64))
+ return 0;
+ ;
+ return 0;
+}
+_ACEOF
+rm -f conftest.$ac_objext
+if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
+ (eval $ac_compile) 2>conftest.er1
+ ac_status=$?
+ grep -v '^ *+' conftest.er1 >conftest.err
+ rm -f conftest.er1
+ cat conftest.err >&5
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); } &&
+ { ac_try='test -z "$ac_c_werror_flag"
+ || test ! -s conftest.err'
+ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; } &&
+ { ac_try='test -s conftest.$ac_objext'
+ { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+ (eval $ac_try) 2>&5
+ ac_status=$?
+ echo "$as_me:$LINENO: \$? = $ac_status" >&5
+ (exit $ac_status); }; }; then
+ ac_cv_type_struct_dirent64=yes
+else
+ echo "$as_me: failed program was:" >&5
+sed 's/^/| /' conftest.$ac_ext >&5
+ac_cv_type_struct_dirent64=no
+fi
+rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
+fi
+echo "$as_me:$LINENO: result: $ac_cv_type_struct_dirent64" >&5
+echo "${ECHO_T}$ac_cv_type_struct_dirent64" >&6
+if test $ac_cv_type_struct_dirent64 = yes; then
+cat >>confdefs.h <<_ACEOF
+#define HAVE_STRUCT_DIRENT64 1
+_ACEOF
- :
-
-
-
-
-
-
-
-
-
-
-
-
-
+fi
:
GLOB_H=glob.h
Directory: /ccvs/windows-NT/
============================
File [changed]: config.h
Url: https://ccvs.cvshome.org/source/browse/ccvs/windows-NT/config.h?r1=1.138&r2=1.139
Delta lines: +10 -7
--------------------
--- config.h 13 May 2005 02:59:55 -0000 1.138
+++ config.h 15 May 2005 16:44:29 -0000 1.139
@@ -266,10 +266,8 @@
/* Define to 1 if you have the <direct.h> header file. */
#define HAVE_DIRECT_H 1
-/* Define to 1 if you have the `dirent64' function. */
-#undef HAVE_DIRENT64
-
-/* Define to 1 if you have the <dirent.h> header file. */
+/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
+ */
#undef HAVE_DIRENT_H
/* Define to 1 if you have the `dup2' function. */
@@ -480,7 +478,7 @@
/* Define to 1 if you have the <ndbm.h> header file. */
#undef HAVE_NDBM_H
-/* Define to 1 if you have the <ndir.h> header file. */
+/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
#define HAVE_NDIR_H 1
/* Define to 1 if you have the `openat' function. */
@@ -633,6 +631,9 @@
/* Define to 1 if you have the `strtoul' function. */
#undef HAVE_STRTOUL
+/* Define to 1 if the system has the type `struct dirent64'. */
+#undef HAVE_STRUCT_DIRENT64
+
/* Define if there is a member named d_type in the struct describing directory
headers. */
#undef HAVE_STRUCT_DIRENT_D_TYPE
@@ -655,7 +656,8 @@
/* Define to 1 if you have the <sys/bsdtypes.h> header file. */
#undef HAVE_SYS_BSDTYPES_H
-/* Define to 1 if you have the <sys/dir.h> header file. */
+/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
+ */
#undef HAVE_SYS_DIR_H
/* Define to 1 if you have the <sys/file.h> header file. */
@@ -664,7 +666,8 @@
/* Define to 1 if you have the <sys/inttypes.h> header file. */
#undef HAVE_SYS_INTTYPES_H
-/* Define to 1 if you have the <sys/ndir.h> header file. */
+/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
+ */
#undef HAVE_SYS_NDIR_H
/* Define to 1 if you have the <sys/param.h> header file. */
File [changed]: config.h.in
Url: https://ccvs.cvshome.org/source/browse/ccvs/windows-NT/config.h.in?r1=1.67&r2=1.68
Delta lines: +10 -7
--------------------
--- config.h.in 13 May 2005 02:59:55 -0000 1.67
+++ config.h.in 15 May 2005 16:44:29 -0000 1.68
@@ -259,10 +259,8 @@
/* Define to 1 if you have the <direct.h> header file. */
#define HAVE_DIRECT_H 1
-/* Define to 1 if you have the `dirent64' function. */
-#undef HAVE_DIRENT64
-
-/* Define to 1 if you have the <dirent.h> header file. */
+/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
+ */
#undef HAVE_DIRENT_H
/* Define to 1 if you have the `dup2' function. */
@@ -473,7 +471,7 @@
/* Define to 1 if you have the <ndbm.h> header file. */
#undef HAVE_NDBM_H
-/* Define to 1 if you have the <ndir.h> header file. */
+/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
#define HAVE_NDIR_H 1
/* Define to 1 if you have the `openat' function. */
@@ -626,6 +624,9 @@
/* Define to 1 if you have the `strtoul' function. */
#undef HAVE_STRTOUL
+/* Define to 1 if the system has the type `struct dirent64'. */
+#undef HAVE_STRUCT_DIRENT64
+
/* Define if there is a member named d_type in the struct describing directory
headers. */
#undef HAVE_STRUCT_DIRENT_D_TYPE
@@ -648,7 +649,8 @@
/* Define to 1 if you have the <sys/bsdtypes.h> header file. */
#undef HAVE_SYS_BSDTYPES_H
-/* Define to 1 if you have the <sys/dir.h> header file. */
+/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
+ */
#undef HAVE_SYS_DIR_H
/* Define to 1 if you have the <sys/file.h> header file. */
@@ -657,7 +659,8 @@
/* Define to 1 if you have the <sys/inttypes.h> header file. */
#undef HAVE_SYS_INTTYPES_H
-/* Define to 1 if you have the <sys/ndir.h> header file. */
+/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
+ */
#undef HAVE_SYS_NDIR_H
/* Define to 1 if you have the <sys/param.h> header file. */
File [changed]: stamp-chi
Url: https://ccvs.cvshome.org/source/browse/ccvs/windows-NT/stamp-chi?r1=1.54&r2=1.55
Delta lines: +10 -7
--------------------
--- stamp-chi 13 May 2005 02:59:55 -0000 1.54
+++ stamp-chi 15 May 2005 16:44:29 -0000 1.55
@@ -259,10 +259,8 @@
/* Define to 1 if you have the <direct.h> header file. */
#define HAVE_DIRECT_H 1
-/* Define to 1 if you have the `dirent64' function. */
-#undef HAVE_DIRENT64
-
-/* Define to 1 if you have the <dirent.h> header file. */
+/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
+ */
#undef HAVE_DIRENT_H
/* Define to 1 if you have the `dup2' function. */
@@ -473,7 +471,7 @@
/* Define to 1 if you have the <ndbm.h> header file. */
#undef HAVE_NDBM_H
-/* Define to 1 if you have the <ndir.h> header file. */
+/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
#define HAVE_NDIR_H 1
/* Define to 1 if you have the `openat' function. */
@@ -626,6 +624,9 @@
/* Define to 1 if you have the `strtoul' function. */
#undef HAVE_STRTOUL
+/* Define to 1 if the system has the type `struct dirent64'. */
+#undef HAVE_STRUCT_DIRENT64
+
/* Define if there is a member named d_type in the struct describing directory
headers. */
#undef HAVE_STRUCT_DIRENT_D_TYPE
@@ -648,7 +649,8 @@
/* Define to 1 if you have the <sys/bsdtypes.h> header file. */
#undef HAVE_SYS_BSDTYPES_H
-/* Define to 1 if you have the <sys/dir.h> header file. */
+/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
+ */
#undef HAVE_SYS_DIR_H
/* Define to 1 if you have the <sys/file.h> header file. */
@@ -657,7 +659,8 @@
/* Define to 1 if you have the <sys/inttypes.h> header file. */
#undef HAVE_SYS_INTTYPES_H
-/* Define to 1 if you have the <sys/ndir.h> header file. */
+/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
+ */
#undef HAVE_SYS_NDIR_H
/* Define to 1 if you have the <sys/param.h> header file. */