comparison config.h.in @ 1151:641aa6941b2a

Test for vsnprintf seemed to be missing... readding it.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Mon, 12 Sep 2011 02:22:48 +0000
parents 9ab89d89e6b4
children 2cfbfccbbafe
comparison
equal deleted inserted replaced
1150:0c073534d722 1151:641aa6941b2a
3 /* Define if you have the ANSI C header files. */ 3 /* Define if you have the ANSI C header files. */
4 #undef STDC_HEADERS 4 #undef STDC_HEADERS
5 5
6 /* Define if you have the connect function. */ 6 /* Define if you have the connect function. */
7 #undef HAVE_CONNECT 7 #undef HAVE_CONNECT
8
9 /* Define if you have the pipe function. */
10 #undef HAVE_PIPE
11 8
12 /* Define if you have the <dirent.h> header file. */ 9 /* Define if you have the <dirent.h> header file. */
13 #undef HAVE_DIRENT_H 10 #undef HAVE_DIRENT_H
14 11
15 /* Define if you have the <ndir.h> header file. */ 12 /* Define if you have the <ndir.h> header file. */
27 /* Define if you have the <sys/stat.h> header file. */ 24 /* Define if you have the <sys/stat.h> header file. */
28 #undef HAVE_SYS_STAT_H 25 #undef HAVE_SYS_STAT_H
29 26
30 /* Determine whether we have the pipe function */ 27 /* Determine whether we have the pipe function */
31 #undef HAVE_PIPE 28 #undef HAVE_PIPE
29
30 /* Determine whether we have the vsnprintf function */
31 #undef HAVE_VSNPRINTF
32 32
33 /* Define if GtkMozEmbed is available */ 33 /* Define if GtkMozEmbed is available */
34 #undef USE_GTKMOZEMBED 34 #undef USE_GTKMOZEMBED
35 35
36 /* Define if libgtkhtml-2.0 is available */ 36 /* Define if libgtkhtml-2.0 is available */