cvs-cvs
[Top][All Lists]
Advanced

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

[Cvs-cvs] ccvs/windows-NT ChangeLog config.h config.h.in ...


From: Mark D. Baushke
Subject: [Cvs-cvs] ccvs/windows-NT ChangeLog config.h config.h.in ...
Date: Sat, 13 May 2006 20:58:54 +0000

CVSROOT:        /cvsroot/cvs
Module name:    ccvs
Branch:         
Changes by:     Mark D. Baushke <address@hidden>        06/05/13 20:58:54

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

Log message:
        * config.h.in.in: Add guesses for missing symbols: HAVE_WINSOCK2_H
        and HAVE_WS2TCPIP_H. Add #undef statements and comments for other
        missing tokens found in the ../config.h.in file.
        * config.h.in, config.h, stamp-chi: Regenerated.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/cvs/ccvs/windows-NT/ChangeLog.diff?tr1=1.352&tr2=1.353&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/cvs/ccvs/windows-NT/config.h.diff?tr1=1.182&tr2=1.183&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/cvs/ccvs/windows-NT/config.h.in.diff?tr1=1.110&tr2=1.111&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/cvs/ccvs/windows-NT/config.h.in.in.diff?tr1=1.43&tr2=1.44&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/cvs/ccvs/windows-NT/stamp-chi.diff?tr1=1.96&tr2=1.97&r1=text&r2=text

Patches:
Index: ccvs/windows-NT/ChangeLog
diff -u ccvs/windows-NT/ChangeLog:1.352 ccvs/windows-NT/ChangeLog:1.353
--- ccvs/windows-NT/ChangeLog:1.352     Sat May 13 20:47:48 2006
+++ ccvs/windows-NT/ChangeLog   Sat May 13 20:58:54 2006
@@ -1,5 +1,10 @@
 2006-05-13  Mark D. Baushke  <address@hidden>
 
+       * config.h.in.in: Add defines for missing symbols: HAVE_WINSOCK2_H
+       and HAVE_WS2TCPIP_H. Add #undef statements and comments for other
+       missing tokens found in the ../config.h.in file.
+       * config.h.in, config.h, stamp-chi: Regenerated.
+       
        * stamp-chi, stdint.h: Regenerated.
 
        * config.h.in.footer: Add #define OK_TO_USE_1S_CLOCK to restore
Index: ccvs/windows-NT/config.h
diff -u ccvs/windows-NT/config.h:1.182 ccvs/windows-NT/config.h:1.183
--- ccvs/windows-NT/config.h:1.182      Sat May 13 15:18:46 2006
+++ ccvs/windows-NT/config.h    Sat May 13 20:58:54 2006
@@ -906,7 +906,7 @@
 #define HAVE_WCTYPE_H 1
 
 /* Define to 1 if you have the <winsock2.h> header file. */
-#undef HAVE_WINSOCK2_H
+#define HAVE_WINSOCK2_H 1
 
 /* Define if you have the 'wint_t' type. */
 #define HAVE_WINT_T 1
@@ -927,7 +927,7 @@
 #undef HAVE_WORKING_VFORK
 
 /* Define to 1 if you have the <ws2tcpip.h> header file. */
-#undef HAVE_WS2TCPIP_H
+#define HAVE_WS2TCPIP_H 1
 
 /* Define to 1 if you have the <zlib.h> header file. */
 #undef HAVE_ZLIB_H
Index: ccvs/windows-NT/config.h.in
diff -u ccvs/windows-NT/config.h.in:1.110 ccvs/windows-NT/config.h.in:1.111
--- ccvs/windows-NT/config.h.in:1.110   Sat May 13 15:18:46 2006
+++ ccvs/windows-NT/config.h.in Sat May 13 20:58:54 2006
@@ -899,7 +899,7 @@
 #define HAVE_WCTYPE_H 1
 
 /* Define to 1 if you have the <winsock2.h> header file. */
-#undef HAVE_WINSOCK2_H
+#define HAVE_WINSOCK2_H 1
 
 /* Define if you have the 'wint_t' type. */
 #define HAVE_WINT_T 1
@@ -920,7 +920,7 @@
 #undef HAVE_WORKING_VFORK
 
 /* Define to 1 if you have the <ws2tcpip.h> header file. */
-#undef HAVE_WS2TCPIP_H
+#define HAVE_WS2TCPIP_H 1
 
 /* Define to 1 if you have the <zlib.h> header file. */
 #undef HAVE_ZLIB_H
Index: ccvs/windows-NT/config.h.in.in
diff -u ccvs/windows-NT/config.h.in.in:1.43 ccvs/windows-NT/config.h.in.in:1.44
--- ccvs/windows-NT/config.h.in.in:1.43 Sun Jan  1 00:34:27 2006
+++ ccvs/windows-NT/config.h.in.in      Sat May 13 20:58:54 2006
@@ -53,6 +53,25 @@
 /* Define to 1 if using `alloca.c'. */
 #undef C_ALLOCA
 
+/* Define to a command line template that will write an OpenPGP signature for
+   the file `%s' to its standard out. `%M' is substituted at run time with an
+   option which flags files as text files, when necessary, and the empty
+   string, otherwise. `%@' is substituted with a list of arguments provided by
+   the user. */
+#undef DEFAULT_SIGN_TEMPLATE
+
+/* Define to the option string that the OpenPGP program used in the
+   DEFAULT_SIGN_TEMPLATE would like to see for text files (substituted at run
+   time in place of `%M' in the DEFAULT_SIGN_TEMPLATE). */
+#undef DEFAULT_SIGN_TEXTMODE
+
+/* Define to a command line template that will read an OpenPGP signature from
+   the file `%s' and use it to verify the integrity of the file `%d'. `%M' is
+   substituted at run time with an option which flags files as text files,
+   when necessary, and the empty string, otherwise. `%@' is substituted with a
+   list of arguments provided by the user. */
+#undef DEFAULT_VERIFY_TEMPLATE
+
 /* Define if there is a member named d_ino in the struct describing directory
    headers. */
 #undef D_INO_IN_DIRENT
@@ -97,6 +116,9 @@
    message to be appended to the temp file when the editor is started. */
 #undef FORCE_USE_EDITOR
 
+/* Define this to the full path to <inttypes.h>. */
+#undef FULL_PATH_INTTYPES_H
+
 /* Define to an alternative value if GSS_C_NT_HOSTBASED_SERVICE isn't defined
    in the gssapi.h header file. MIT Kerberos 1.2.1 requires this. Only
    relevant when using GSSAPI. */
@@ -159,10 +181,6 @@
    you don't. */
 #undef HAVE_DECL_CLEARERR_UNLOCKED
 
-/* Define to 1 if you have the declaration of `__fpending', and to 0 if you
-   don't. */
-#define HAVE_DECL___FPENDING 0
-
 /* Define to 1 if you have the declaration of `feof_unlocked', and to 0 if you
    don't. */
 #undef HAVE_DECL_FEOF_UNLOCKED
@@ -275,6 +293,26 @@
    don't. */
 #undef HAVE_DECL_STRERROR_R
 
+/* Define to 1 if you have the declaration of `strtoimax', and to 0 if you
+   don't. */
+#undef HAVE_DECL_STRTOIMAX
+
+/* Define to 1 if you have the declaration of `strtoll', and to 0 if you
+   don't. */
+#undef HAVE_DECL_STRTOLL
+
+/* Define to 1 if you have the declaration of `strtoull', and to 0 if you
+   don't. */
+#undef HAVE_DECL_STRTOULL
+
+/* Define to 1 if you have the declaration of `strtoumax', and to 0 if you
+   don't. */
+#undef HAVE_DECL_STRTOUMAX
+
+/* Define to 1 if you have the declaration of `__fpending', and to 0 if you
+   don't. */
+#define HAVE_DECL___FPENDING 0
+
 /* Define to 1 if you have the <direct.h> header file. */
 /* Windows has <direct.h> but some functions aren't POSIX compliant */
 #undef HAVE_DIRECT_H
@@ -385,6 +423,9 @@
 /* Define if you have the iconv() function. */
 #undef HAVE_ICONV
 
+/* Define if your compiler supports the #include_next directive. */
+#undef HAVE_INCLUDE_NEXT
+
 /* Define to 1 if you have the `initgroups' function. */
 #undef HAVE_INITGROUPS
 
@@ -520,12 +561,21 @@
 /* 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 <netdb.h> header file. */
+/* Use winsock.h as an alternative on Windows. It defines struct hostent. */
+#undef HAVE_NETDB_H
+
 /* Define to 1 if you have the <netinet/in.h> header file. */
 #undef HAVE_NETINET_IN_H
 
 /* Define to 1 if you have the `openat' function. */
 #undef HAVE_OPENAT
 
+/* Define if an OpenPGP capable program is available (and, assumedly, usable
+   command line templates are in the DEFAULT_SIGN_TEMPLATE and
+   DEFAULT_VERIFY_TEMPLATE macros). */
+#undef HAVE_OPENPGP
+
 /* Define to 1 if you have the <OS.h> header file. */
 #undef HAVE_OS_H
 
@@ -654,12 +704,24 @@
 /* Define to 1 if you have the `strncasecmp' function. */
 #undef HAVE_STRNCASECMP
 
+/* Define to 1 if you have the `strtoimax' function. */
+#undef HAVE_STRTOIMAX
+
 /* Define to 1 if you have the `strtol' function. */
 #define HAVE_STRTOL 1
 
+/* Define to 1 if you have the `strtoll' function. */
+#undef HAVE_STRTOLL
+
 /* Define to 1 if you have the `strtoul' function. */
 #define HAVE_STRTOUL 1
 
+/* Define to 1 if you have the `strtoull' function. */
+#undef HAVE_STRTOULL
+
+/* Define to 1 if you have the `strtoumax' function. */
+#undef HAVE_STRTOUMAX
+
 /* Define to 1 if the system has the type `struct addrinfo'. */
 #undef HAVE_STRUCT_ADDRINFO
 
@@ -682,6 +744,9 @@
 /* Define to 1 if you have the <syslog.h> header file. */
 #undef HAVE_SYSLOG_H
 
+/* Define to 1 if you have the <sys/bitypes.h> header file. */
+#undef HAVE_SYS_BITYPES_H
+
 /* Define to 1 if you have the <sys/bsdtypes.h> header file. */
 #undef HAVE_SYS_BSDTYPES_H
 
@@ -711,6 +776,9 @@
 /* Define to 1 if you have the <sys/select.h> header file. */
 #undef HAVE_SYS_SELECT_H
 
+/* Define to 1 if you have the <sys/socket.h> header file. */
+#undef HAVE_SYS_SOCKET_H
+
 /* Define to 1 if you have the <sys/stat.h> header file. */
 #define HAVE_SYS_STAT_H 1
 
@@ -816,6 +884,9 @@
 /* Define to 1 if you have the <wctype.h> header file. */
 #define HAVE_WCTYPE_H 1
 
+/* Define to 1 if you have the <winsock2.h> header file. */
+#define HAVE_WINSOCK2_H 1
+
 /* Define if you have the 'wint_t' type. */
 #define HAVE_WINT_T 1
 
@@ -834,6 +905,9 @@
 /* Define to 1 if `vfork' works. */
 #undef HAVE_WORKING_VFORK
 
+/* Define to 1 if you have the <ws2tcpip.h> header file. */
+#define HAVE_WS2TCPIP_H 1
+
 /* Define to 1 if you have the <zlib.h> header file. */
 #undef HAVE_ZLIB_H
 
@@ -1188,7 +1262,7 @@
 #define inline __inline
 #endif
 
-/* Define to long or long long if <inttypes.h> and <stdint.h> don't define. */
+/* Define to long or long long if <stdint.h> and <inttypes.h> don't define. */
 #undef intmax_t
 
 /* Define to rpl_localtime if the replacement function should be used. */
Index: ccvs/windows-NT/stamp-chi
diff -u ccvs/windows-NT/stamp-chi:1.96 ccvs/windows-NT/stamp-chi:1.97
--- ccvs/windows-NT/stamp-chi:1.96      Sat May 13 20:47:48 2006
+++ ccvs/windows-NT/stamp-chi   Sat May 13 20:58:54 2006
@@ -899,7 +899,7 @@
 #define HAVE_WCTYPE_H 1
 
 /* Define to 1 if you have the <winsock2.h> header file. */
-#undef HAVE_WINSOCK2_H
+#define HAVE_WINSOCK2_H 1
 
 /* Define if you have the 'wint_t' type. */
 #define HAVE_WINT_T 1
@@ -920,7 +920,7 @@
 #undef HAVE_WORKING_VFORK
 
 /* Define to 1 if you have the <ws2tcpip.h> header file. */
-#undef HAVE_WS2TCPIP_H
+#define HAVE_WS2TCPIP_H 1
 
 /* Define to 1 if you have the <zlib.h> header file. */
 #undef HAVE_ZLIB_H




reply via email to

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