]> granicus.if.org Git - yasm/commitdiff
Add check for vsnprintf().
authorPeter Johnson <peter@tortall.net>
Sat, 23 Mar 2002 22:45:03 +0000 (22:45 -0000)
committerPeter Johnson <peter@tortall.net>
Sat, 23 Mar 2002 22:45:03 +0000 (22:45 -0000)
svn path=/trunk/yasm/; revision=544

Mkfiles/dj/config.h
Mkfiles/vc/config.h
configure.ac
configure.in

index 8ac0485f22a2ce05fbc48fe258f053bc56543e0b..5a29c4b64f5f781802d731e192dffcd5b8915adf 100644 (file)
 /* Define to 1 if you have the <assert.h> header file. */\r
 /* #undef HAVE_ASSERT_H */\r
 \r
+/* Define to 1 if you have the `basename' function. */\r
+#define HAVE_BASENAME 1\r
+\r
 /* Define to 1 if you have the `bcopy' function. */\r
 /* #undef HAVE_BCOPY */\r
 \r
 /* */\r
 /* #undef HAVE_CATGETS */\r
 \r
+/* Define to 1 if you have the `closedir' function. */\r
+/* #undef HAVE_CLOSEDIR */\r
+\r
 /* Define to 1 if you have the <ctype.h> header file. */\r
 #define HAVE_CTYPE_H 1\r
 \r
 /* Define if you have the <limits.h> header file. */\r
 #define HAVE_LIMITS_H 1\r
 \r
-/* Define if your system has a working `malloc' function. */\r
+/* Define to 1 if your system has a GNU libc compatible `malloc' function, and\r
+   to 0 otherwise. */\r
 #define HAVE_MALLOC 1\r
 \r
 /* Define if you have the <malloc.h> header file. */\r
 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */\r
 /* #undef HAVE_NDIR_H */\r
 \r
+/* Define to 1 if you have the `opendir' function. */\r
+/* #undef HAVE_OPENDIR */\r
+\r
 /* Define if libtool can extract symbol lists from object files. */\r
 /* #undef HAVE_PRELOADED_SYMBOLS */\r
 \r
+/* Define to 1 if you have the `readdir' function. */\r
+/* #undefine HAVE_READDIR */\r
+\r
 /* Define to 1 if you have the `rindex' function. */\r
 /* #undef HAVE_RINDEX */\r
 \r
 #define PACKAGE_NAME "yasm"\r
 \r
 /* Define to the full name and version of this package. */\r
-#define PACKAGE_STRING "yasm `date "+%Y%m%d"`"\r
+#define PACKAGE_STRING "yasm CVS"\r
 \r
 /* Define to the one symbol short name of this package. */\r
 #define PACKAGE_TARNAME "yasm"\r
 \r
 /* Define to the version of this package. */\r
-#define PACKAGE_VERSION "`date "+%Y%m%d"`"\r
+#define PACKAGE_VERSION "CVS"\r
 \r
 /* Define if the C compiler supports function prototypes. */\r
 #define PROTOTYPES 1\r
 /* #undef USE_FORKWAITMSG */\r
 \r
 /* Version number of package */\r
-#define VERSION "0.1.0"\r
+#define VERSION "CVS"\r
 \r
 /* Define if using the dmalloc debugging malloc package */\r
 /* #undef WITH_DMALLOC */\r
 \r
-/* Define if `lex' declares `yytext' as a `char *' by default, not a `char[]'.\r
-   */\r
-#define YYTEXT_POINTER 1\r
-\r
 /* Make sure we see all GNU extensions. */\r
 /* #undef _GNU_SOURCE */\r
 \r
    if it is not supported. */\r
 /* #undef inline */\r
 \r
+/* Define to rpl_malloc if the replacement function should be used. */\r
+/* #undef malloc */\r
+\r
 /* Define to `int' if <sys/types.h> doesn't define. */\r
 /* #undef pid_t */\r
 \r
index 756be2a719bb750222c46e1a2c1796a14e3ea081..c406ccc94b185a1eaf20e604d5c67771ca214889 100644 (file)
 /* Define to 1 if you have the <assert.h> header file. */\r
 /* #undef HAVE_ASSERT_H */\r
 \r
+/* Define to 1 if you have the `basename' function. */\r
+#define HAVE_BASENAME 1\r
+\r
 /* Define to 1 if you have the `bcopy' function. */\r
 /* #undef HAVE_BCOPY */\r
 \r
 /* */\r
 /* #undef HAVE_CATGETS */\r
 \r
+/* Define to 1 if you have the `closedir' function. */\r
+/* #undef HAVE_CLOSEDIR */\r
+\r
 /* Define to 1 if you have the <ctype.h> header file. */\r
 #define HAVE_CTYPE_H 1\r
 \r
 /* Define if you have the <limits.h> header file. */\r
 #define HAVE_LIMITS_H 1\r
 \r
-/* Define if your system has a working `malloc' function. */\r
+/* Define to 1 if your system has a GNU libc compatible `malloc' function, and\r
+   to 0 otherwise. */\r
 #define HAVE_MALLOC 1\r
 \r
 /* Define if you have the <malloc.h> header file. */\r
 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */\r
 /* #undef HAVE_NDIR_H */\r
 \r
+/* Define to 1 if you have the `opendir' function. */\r
+/* #undef HAVE_OPENDIR */\r
+\r
 /* Define if libtool can extract symbol lists from object files. */\r
 /* #undef HAVE_PRELOADED_SYMBOLS */\r
 \r
+/* Define to 1 if you have the `readdir' function. */\r
+/* #undefine HAVE_READDIR */\r
+\r
 /* Define to 1 if you have the `rindex' function. */\r
 /* #undef HAVE_RINDEX */\r
 \r
 #define PACKAGE_NAME "yasm"\r
 \r
 /* Define to the full name and version of this package. */\r
-#define PACKAGE_STRING "yasm `date "+%Y%m%d"`"\r
+#define PACKAGE_STRING "yasm CVS"\r
 \r
 /* Define to the one symbol short name of this package. */\r
 #define PACKAGE_TARNAME "yasm"\r
 \r
 /* Define to the version of this package. */\r
-#define PACKAGE_VERSION "`date "+%Y%m%d"`"\r
+#define PACKAGE_VERSION "CVS"\r
 \r
 /* Define if the C compiler supports function prototypes. */\r
 #define PROTOTYPES 1\r
 /* #undef USE_FORKWAITMSG */\r
 \r
 /* Version number of package */\r
-#define VERSION "0.1.0"\r
+#define VERSION "CVS"\r
 \r
 /* Define if using the dmalloc debugging malloc package */\r
 /* #undef WITH_DMALLOC */\r
 \r
-/* Define if `lex' declares `yytext' as a `char *' by default, not a `char[]'.\r
-   */\r
-#define YYTEXT_POINTER 1\r
-\r
 /* Make sure we see all GNU extensions. */\r
 /* #undef _GNU_SOURCE */\r
 \r
    if it is not supported. */\r
 /* #undef inline */\r
 \r
+/* Define to rpl_malloc if the replacement function should be used. */\r
+/* #undef malloc */\r
+\r
 /* Define to `int' if <sys/types.h> doesn't define. */\r
 #define pid_t int\r
 \r
index 6cf3d561bdd7937632faa0c60f512cbb7c63f76c..57c810545ee66100e6ccd1255f69155cd9dd02b0 100644 (file)
@@ -126,7 +126,7 @@ AC_TYPE_SIZE_T
 AC_FUNC_FORK
 AC_FUNC_MALLOC
 AC_FUNC_VPRINTF
-AC_CHECK_FUNCS([abort memcpy memmove strrchr toascii])
+AC_CHECK_FUNCS([abort memcpy memmove strrchr toascii vsnprintf])
 # Look for the case-insensitive comparison functions
 AC_CHECK_FUNCS([strcasecmp strncasecmp stricmp strcmpi])
 # Check for stuff wanted by the test suite.  None of this is required.
index 6cf3d561bdd7937632faa0c60f512cbb7c63f76c..57c810545ee66100e6ccd1255f69155cd9dd02b0 100644 (file)
@@ -126,7 +126,7 @@ AC_TYPE_SIZE_T
 AC_FUNC_FORK
 AC_FUNC_MALLOC
 AC_FUNC_VPRINTF
-AC_CHECK_FUNCS([abort memcpy memmove strrchr toascii])
+AC_CHECK_FUNCS([abort memcpy memmove strrchr toascii vsnprintf])
 # Look for the case-insensitive comparison functions
 AC_CHECK_FUNCS([strcasecmp strncasecmp stricmp strcmpi])
 # Check for stuff wanted by the test suite.  None of this is required.