check for error_message
[openafs.git] / src / config / afsconfig-windows.h
index 23ad2af..b7ba7a5 100644 (file)
@@ -33,6 +33,7 @@
 /* Define as the return type of signal handlers (int or void).  */
 #undef RETSIGTYPE
 
+
 /* The size of `long', as computed by sizeof. */
 #define SIZEOF_LONG 4
 
@@ -48,6 +49,9 @@
 /* Define if you have the connect function.  */
 #undef HAVE_CONNECT
 
+/* Define if you have the error_message function.  */
+#define HAVE_ERROR_MESSAGE
+
 /* Define if you have the gethostbyname function.  */
 #define HAVE_GETHOSTBYNAME
 
@@ -64,7 +68,7 @@
 #undef HAVE_DIRECT_H
 
 /* Define if you have the <dirent.h> header file.  */
-#undef HAVE_DIRENT_H
+#define HAVE_DIRENT_H 1
 
 /* Define if you have the <fcntl.h> header file.  */
 #define HAVE_FCNTL_H
 /* define if struct ufsvfs has vfs_dqrwlock */
 #undef HAVE_VFS_DQRWLOCK
 
+/* define if you have pread() and pwrite() */
+#define HAVE_PIO 1
+
 #undef PACKAGE
 #undef VERSION
 
@@ -206,3 +213,5 @@ typedef int errno_t;
 /* Windows only supports BSD variants */
 #define S_IRUSR _S_IREAD
 #define S_IWUSR _S_IWRITE
+
+#define HAVE_CONIO_H 1