cvs-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Cvs-cvs] ccvs ChangeLog config.h.in configure configure....


From: Derek Robert Price
Subject: [Cvs-cvs] ccvs ChangeLog config.h.in configure configure....
Date: Tue, 16 Sep 2008 14:57:03 +0000

CVSROOT:        /cvsroot/cvs
Module name:    ccvs
Changes by:     Derek Robert Price <dprice>     08/09/16 14:57:03

Modified files:
        .              : ChangeLog config.h.in configure configure.in 
        windows-NT     : config.h config.h.in stamp-chi 

Log message:
        * configure.in: No longer need to detect signal manipulation functions.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/ccvs/ChangeLog?cvsroot=cvs&r1=1.1369&r2=1.1370
http://cvs.savannah.gnu.org/viewcvs/ccvs/config.h.in?cvsroot=cvs&r1=1.232&r2=1.233
http://cvs.savannah.gnu.org/viewcvs/ccvs/configure?cvsroot=cvs&r1=1.489&r2=1.490
http://cvs.savannah.gnu.org/viewcvs/ccvs/configure.in?cvsroot=cvs&r1=1.386&r2=1.387
http://cvs.savannah.gnu.org/viewcvs/ccvs/windows-NT/config.h?cvsroot=cvs&r1=1.221&r2=1.222
http://cvs.savannah.gnu.org/viewcvs/ccvs/windows-NT/config.h.in?cvsroot=cvs&r1=1.149&r2=1.150
http://cvs.savannah.gnu.org/viewcvs/ccvs/windows-NT/stamp-chi?cvsroot=cvs&r1=1.131&r2=1.132

Patches:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/cvs/ccvs/ChangeLog,v
retrieving revision 1.1369
retrieving revision 1.1370
diff -u -b -r1.1369 -r1.1370
--- ChangeLog   15 Sep 2008 21:53:23 -0000      1.1369
+++ ChangeLog   16 Sep 2008 14:56:53 -0000      1.1370
@@ -1,3 +1,7 @@
+2008-09-16  Derek Price  <address@hidden>
+
+       * configure.in: No longer need to detect signal manipulation functions.
+
 2008-09-15  Derek Price  <address@hidden>
 
        * HACKING: Note new GNULIB replacement headers.

Index: config.h.in
===================================================================
RCS file: /cvsroot/cvs/ccvs/config.h.in,v
retrieving revision 1.232
retrieving revision 1.233
diff -u -b -r1.232 -r1.233
--- config.h.in 15 Sep 2008 21:53:24 -0000      1.232
+++ config.h.in 16 Sep 2008 14:56:53 -0000      1.233
@@ -779,9 +779,6 @@
 /* Define to 1 if you have the `sigaltstack' function. */
 #undef HAVE_SIGALTSTACK
 
-/* Define to 1 if you have the `sigblock' function. */
-#undef HAVE_SIGBLOCK
-
 /* Define to 1 if the system has the type `siginfo_t'. */
 #undef HAVE_SIGINFO_T
 
@@ -800,18 +797,9 @@
 /* Define to 1 if 'wint_t' is a signed integer type. */
 #undef HAVE_SIGNED_WINT_T
 
-/* Define to 1 if you have the `sigprocmask' function. */
-#undef HAVE_SIGPROCMASK
-
-/* Define to 1 if you have the `sigsetmask' function. */
-#undef HAVE_SIGSETMASK
-
 /* Define to 1 if the system has the type `sigset_t'. */
 #undef HAVE_SIGSET_T
 
-/* Define to 1 if you have the `sigvec' function. */
-#undef HAVE_SIGVEC
-
 /* Define to 1 if you have the `snprintf' function. */
 #undef HAVE_SNPRINTF
 

Index: configure
===================================================================
RCS file: /cvsroot/cvs/ccvs/configure,v
retrieving revision 1.489
retrieving revision 1.490
diff -u -b -r1.489 -r1.490
--- configure   15 Sep 2008 21:53:24 -0000      1.489
+++ configure   16 Sep 2008 14:56:53 -0000      1.490
@@ -39075,11 +39075,6 @@
 
 
 
-
-
-
-
-
 for ac_func in \
        fchdir \
        fchmod \
@@ -39097,11 +39092,6 @@
        regerror \
        regexec \
        regfree \
-       sigaction \
-       sigblock \
-       sigprocmask \
-       sigsetmask \
-       sigvec \
        timezone \
        tzset \
        vprintf \

Index: configure.in
===================================================================
RCS file: /cvsroot/cvs/ccvs/configure.in,v
retrieving revision 1.386
retrieving revision 1.387
diff -u -b -r1.386 -r1.387
--- configure.in        15 Sep 2008 21:53:26 -0000      1.386
+++ configure.in        16 Sep 2008 14:56:54 -0000      1.387
@@ -265,11 +265,6 @@
        regerror \
        regexec \
        regfree \
-       sigaction \
-       sigblock \
-       sigprocmask \
-       sigsetmask \
-       sigvec \
        timezone \
        tzset \
        vprintf \

Index: windows-NT/config.h
===================================================================
RCS file: /cvsroot/cvs/ccvs/windows-NT/config.h,v
retrieving revision 1.221
retrieving revision 1.222
diff -u -b -r1.221 -r1.222
--- windows-NT/config.h 15 Sep 2008 21:48:38 -0000      1.221
+++ windows-NT/config.h 16 Sep 2008 14:56:57 -0000      1.222
@@ -801,9 +801,6 @@
 /* Define to 1 if you have the `sigaltstack' function. */
 #undef HAVE_SIGALTSTACK
 
-/* Define to 1 if you have the `sigblock' function. */
-#undef HAVE_SIGBLOCK
-
 /* Define to 1 if the system has the type `siginfo_t'. */
 #undef HAVE_SIGINFO_T
 
@@ -822,18 +819,9 @@
 /* Define to 1 if 'wint_t' is a signed integer type. */
 #undef HAVE_SIGNED_WINT_T
 
-/* Define to 1 if you have the `sigprocmask' function. */
-#undef HAVE_SIGPROCMASK
-
-/* Define to 1 if you have the `sigsetmask' function. */
-#undef HAVE_SIGSETMASK
-
 /* Define to 1 if the system has the type `sigset_t'. */
 #undef HAVE_SIGSET_T
 
-/* Define to 1 if you have the `sigvec' function. */
-#undef HAVE_SIGVEC
-
 /* Define to 1 if you have the `snprintf' function. */
 #undef HAVE_SNPRINTF
 

Index: windows-NT/config.h.in
===================================================================
RCS file: /cvsroot/cvs/ccvs/windows-NT/config.h.in,v
retrieving revision 1.149
retrieving revision 1.150
diff -u -b -r1.149 -r1.150
--- windows-NT/config.h.in      15 Sep 2008 21:48:38 -0000      1.149
+++ windows-NT/config.h.in      16 Sep 2008 14:57:00 -0000      1.150
@@ -794,9 +794,6 @@
 /* Define to 1 if you have the `sigaltstack' function. */
 #undef HAVE_SIGALTSTACK
 
-/* Define to 1 if you have the `sigblock' function. */
-#undef HAVE_SIGBLOCK
-
 /* Define to 1 if the system has the type `siginfo_t'. */
 #undef HAVE_SIGINFO_T
 
@@ -815,18 +812,9 @@
 /* Define to 1 if 'wint_t' is a signed integer type. */
 #undef HAVE_SIGNED_WINT_T
 
-/* Define to 1 if you have the `sigprocmask' function. */
-#undef HAVE_SIGPROCMASK
-
-/* Define to 1 if you have the `sigsetmask' function. */
-#undef HAVE_SIGSETMASK
-
 /* Define to 1 if the system has the type `sigset_t'. */
 #undef HAVE_SIGSET_T
 
-/* Define to 1 if you have the `sigvec' function. */
-#undef HAVE_SIGVEC
-
 /* Define to 1 if you have the `snprintf' function. */
 #undef HAVE_SNPRINTF
 

Index: windows-NT/stamp-chi
===================================================================
RCS file: /cvsroot/cvs/ccvs/windows-NT/stamp-chi,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -b -r1.131 -r1.132
--- windows-NT/stamp-chi        15 Sep 2008 21:48:38 -0000      1.131
+++ windows-NT/stamp-chi        16 Sep 2008 14:57:01 -0000      1.132
@@ -794,9 +794,6 @@
 /* Define to 1 if you have the `sigaltstack' function. */
 #undef HAVE_SIGALTSTACK
 
-/* Define to 1 if you have the `sigblock' function. */
-#undef HAVE_SIGBLOCK
-
 /* Define to 1 if the system has the type `siginfo_t'. */
 #undef HAVE_SIGINFO_T
 
@@ -815,18 +812,9 @@
 /* Define to 1 if 'wint_t' is a signed integer type. */
 #undef HAVE_SIGNED_WINT_T
 
-/* Define to 1 if you have the `sigprocmask' function. */
-#undef HAVE_SIGPROCMASK
-
-/* Define to 1 if you have the `sigsetmask' function. */
-#undef HAVE_SIGSETMASK
-
 /* Define to 1 if the system has the type `sigset_t'. */
 #undef HAVE_SIGSET_T
 
-/* Define to 1 if you have the `sigvec' function. */
-#undef HAVE_SIGVEC
-
 /* Define to 1 if you have the `snprintf' function. */
 #undef HAVE_SNPRINTF
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]