Generated by autoheaders 2.13
authornbk <nbk>
Thu, 8 Dec 2005 19:40:22 +0000 (19:40 +0000)
committernbk <nbk>
Thu, 8 Dec 2005 19:40:22 +0000 (19:40 +0000)
src/include/autoconf.h.in

index b6d7742..5f5be75 100644 (file)
@@ -277,6 +277,9 @@ config.h - created by autoconf; contains defines generated by autoconf
 /* Define if you have the <sys/socket.h> header file.  */
 #undef HAVE_SYS_SOCKET_H
 
+/* Define if you have the <sys/stat.h> header file.  */
+#undef HAVE_SYS_STAT_H
+
 /* Define if you have the <sys/time.h> header file.  */
 #undef HAVE_SYS_TIME_H
 
@@ -310,13 +313,3 @@ config.h - created by autoconf; contains defines generated by autoconf
 /* Some versions of glibc need this defined for pread/pwrite. */
 #undef _GNU_SOURCE
 
-
-#ifndef HAVE_SNPRINTF
-#define HAVE_LOCAL_SNPRINTF
-#define snprintf lrad_snprintf
-#endif
-
-#ifndef HAVE_VSNPRINTF
-#define HAVE_LOCAL_SNPRINTF
-#define vsnprintf lrad_vsnprintf
-#endif