Skip to content

Commit f259282

Browse files
committed
Sync headers
1 parent 85f2183 commit f259282

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

cmake/main/config.w32.cmake.h.in

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,6 @@
1919
# define _USE_32BIT_TIME_T 1
2020
#endif
2121

22-
/* Define to 1 if the system has the type 'struct cmsgcred'. */
23-
#cmakedefine ANC_CREDS_CMSGCRED 1
24-
25-
/* Define to 1 if the system has the type 'struct ucred'. */
26-
#cmakedefine ANC_CREDS_UCRED 1
27-
2822
/* The cdb handler header file. */
2923
#cmakedefine CDB_INCLUDE_FILE "@CDB_INCLUDE_FILE@"
3024

@@ -949,10 +943,16 @@
949943

950944
#define HAVE_STRNLEN 1
951945

946+
/* Define to 1 if the system has the type 'struct cmsgcred'. */
947+
#cmakedefine HAVE_STRUCT_CMSGCRED 1
948+
952949
#undef HAVE_STRUCT_STAT_ST_BLKSIZE
953950
#undef HAVE_STRUCT_STAT_ST_BLOCKS
954951
#define HAVE_STRUCT_STAT_ST_RDEV 1
955952

953+
/* Define to 1 if the system has the type 'struct ucred'. */
954+
#cmakedefine HAVE_STRUCT_UCRED 1
955+
956956
#undef HAVE_SYS_TIME_H
957957

958958
/* Define to 1 if the PHP extension 'simplexml' is available. */

0 commit comments

Comments
 (0)