cvs-cvs
[Top][All Lists]
Advanced

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

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


From: Mark D. Baushke
Subject: [Cvs-cvs] ccvs/windows-NT config.h.in.in ChangeLog
Date: Sun, 01 Jan 2006 00:34:27 +0000

CVSROOT:        /cvsroot/cvs
Module name:    ccvs
Branch:         
Changes by:     Mark D. Baushke <address@hidden>        06/01/01 00:34:27

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

Log message:
        * config.h.in.in: Add #undef missing symbols found by mkconfig.pl
        (HAVE_COMPOUND_LITERALS, HAVE_DECL_FREEADDRINFO,
        HAVE_DECL_GAI_STRERROR, HAVE_DECL_GETADDRINFO, HAVE_FDOPENDIR,
        HAVE_NETINET_IN_H, HAVE_STRUCT_ADDRINFO, re_comp,
        re_compile_fastmap, re_compile_pattern, re_exec, re_match,
        re_match_2, re_search, re_search_2, re_set_registers,
        re_set_syntax, re_syntax_options, regcomp, regerror, regexec,
        regfree, socklen_t).

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/cvs/ccvs/windows-NT/config.h.in.in.diff?tr1=1.42&tr2=1.43&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/cvs/ccvs/windows-NT/ChangeLog.diff?tr1=1.345&tr2=1.346&r1=text&r2=text

Patches:
Index: ccvs/windows-NT/ChangeLog
diff -u ccvs/windows-NT/ChangeLog:1.345 ccvs/windows-NT/ChangeLog:1.346
--- ccvs/windows-NT/ChangeLog:1.345     Wed Dec  7 10:51:45 2005
+++ ccvs/windows-NT/ChangeLog   Sun Jan  1 00:34:27 2006
@@ -1,3 +1,14 @@
+2005-12-31  Mark D. Baushke  <address@hidden>
+
+       * config.h.in.in: Add #undef missing symbols found by mkconfig.pl
+       (HAVE_COMPOUND_LITERALS, HAVE_DECL_FREEADDRINFO,
+       HAVE_DECL_GAI_STRERROR, HAVE_DECL_GETADDRINFO, HAVE_FDOPENDIR,
+       HAVE_NETINET_IN_H, HAVE_STRUCT_ADDRINFO, re_comp,
+       re_compile_fastmap, re_compile_pattern, re_exec, re_match,
+       re_match_2, re_search, re_search_2, re_set_registers,
+       re_set_syntax, re_syntax_options, regcomp, regerror, regexec,
+       regfree, socklen_t).
+
 2005-12-07  Mark D. Baushke  <address@hidden>
 
        * stdint.h: Update from GNULIB.
Index: ccvs/windows-NT/config.h.in.in
diff -u ccvs/windows-NT/config.h.in.in:1.42 ccvs/windows-NT/config.h.in.in:1.43
--- ccvs/windows-NT/config.h.in.in:1.42 Sun Sep 25 19:11:27 2005
+++ ccvs/windows-NT/config.h.in.in      Sun Jan  1 00:34:27 2006
@@ -142,6 +142,9 @@
 /* Define to 1 if you have the `clock_settime' function. */
 #undef HAVE_CLOCK_SETTIME
 
+/* Define if you have compound literals. */
+#undef HAVE_COMPOUND_LITERALS
+
 /* Define if you have the connect function. */
 #define HAVE_CONNECT
 
@@ -192,6 +195,10 @@
    you don't. */
 #undef HAVE_DECL_FREAD_UNLOCKED
 
+/* Define to 1 if you have the declaration of `freeaddrinfo', and to 0 if you
+   don't. */
+#undef HAVE_DECL_FREEADDRINFO
+
 /* Define to 1 if you have the declaration of `funlockfile', and to 0 if you
    don't. */
 #undef HAVE_DECL_FUNLOCKFILE
@@ -200,6 +207,14 @@
    you don't. */
 #undef HAVE_DECL_FWRITE_UNLOCKED
 
+/* Define to 1 if you have the declaration of `gai_strerror', and to 0 if you
+   don't. */
+#undef HAVE_DECL_GAI_STRERROR
+
+/* Define to 1 if you have the declaration of `getaddrinfo', and to 0 if you
+   don't. */
+#undef HAVE_DECL_GETADDRINFO
+
 /* Define to 1 if you have the declaration of `getchar_unlocked', and to 0 if
    you don't. */
 #undef HAVE_DECL_GETCHAR_UNLOCKED
@@ -286,6 +301,9 @@
 /* Define to 1 if you have the <fcntl.h> header file. */
 #define HAVE_FCNTL_H 1
 
+/* Define to 1 if you have the `fdopendir' function. */
+#undef HAVE_FDOPENDIR
+
 /* Define to 1 if you have the `flockfile' function. */
 #undef HAVE_FLOCKFILE
 
@@ -502,6 +520,9 @@
 /* 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 <netinet/in.h> header file. */
+#undef HAVE_NETINET_IN_H
+
 /* Define to 1 if you have the `openat' function. */
 #undef HAVE_OPENAT
 
@@ -639,6 +660,9 @@
 /* Define to 1 if you have the `strtoul' function. */
 #define HAVE_STRTOUL 1
 
+/* Define to 1 if the system has the type `struct addrinfo'. */
+#undef HAVE_STRUCT_ADDRINFO
+
 /* Define if there is a member named d_type in the struct describing directory
    headers. */
 #undef HAVE_STRUCT_DIRENT_D_TYPE
@@ -1197,9 +1221,54 @@
 /* Define to `int' if <sys/types.h> does not define. */
 #undef pid_t
 
+/* Define to rpl_re_comp if the replacement should be used. */
+#undef re_comp
+
+/* Define to rpl_re_compile_fastmap if the replacement should be used. */
+#undef re_compile_fastmap
+
+/* Define to rpl_re_compile_pattern if the replacement should be used. */
+#undef re_compile_pattern
+
+/* Define to rpl_re_exec if the replacement should be used. */
+#undef re_exec
+
+/* Define to rpl_re_match if the replacement should be used. */
+#undef re_match
+
+/* Define to rpl_re_match_2 if the replacement should be used. */
+#undef re_match_2
+
+/* Define to rpl_re_search if the replacement should be used. */
+#undef re_search
+
+/* Define to rpl_re_search_2 if the replacement should be used. */
+#undef re_search_2
+
+/* Define to rpl_re_set_registers if the replacement should be used. */
+#undef re_set_registers
+
+/* Define to rpl_re_set_syntax if the replacement should be used. */
+#undef re_set_syntax
+
+/* Define to rpl_re_syntax_options if the replacement should be used. */
+#undef re_syntax_options
+
 /* Define to rpl_realloc if the replacement function should be used. */
 #define realloc rpl_realloc
 
+/* Define to rpl_regcomp if the replacement should be used. */
+#undef regcomp
+
+/* Define to rpl_regerror if the replacement should be used. */
+#undef regerror
+
+/* Define to rpl_regexec if the replacement should be used. */
+#undef regexec
+
+/* Define to rpl_regfree if the replacement should be used. */
+#undef regfree
+
 /* Define to rpl_rename if the replacement function should be used. */
 #undef rename
 
@@ -1216,6 +1285,9 @@
 /* Define to `unsigned' if <sys/types.h> does not define. */
 #undef size_t
 
+/* type to use in place of socklen_t if not defined */
+#undef socklen_t
+
 /* Define as a signed type of the same size as size_t. */
 #define ssize_t int
 




reply via email to

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