Remove obsolete retsigtype
[openafs.git] / src / config / afsconfig-windows.h
index 0dd71fa..9c2baa0 100644 (file)
 /* Define if you need to in order for stat and other things to work.  */
 #undef _POSIX_SOURCE
 
-/* 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
 
 #undef HAVE_VFS_DQRWLOCK
 
 /* define if you have pread() and pwrite() */
-#define HAVE_PIO 1
+#undef HAVE_PIO
 
 #undef PACKAGE
 #undef VERSION
 #include "redhat-fix.h"
 #endif
 
+/* Define if rename() does not unlink an existing file */
+#define RENAME_DOES_NOT_UNLINK 1
+
 /* Windows does not provide socklen_t prior to WDK 6.0 */
 #define HAVE_SOCKLEN_T 1
 typedef int socklen_t;
@@ -264,8 +263,11 @@ typedef int errno_t;
 #define HAVE_GETCWD 1
 #define HAVE_STRUPR 1
 #define HAVE_UINTPTR_T 1
+#define HAVE_TIMEGM 1
 
+/* Build against Heimdal */
 #define HAVE_KRB5_CREDS_KEYBLOCK_ENCTYPE 1
+#define HAVE_KRB5_CREDS_SESSION 1
 
 /* Build afsroken.dll as a dynamic library */
 #define ROKEN_LIB_DYNAMIC 1