Skip to content

Commit 3ff6874

Browse files
authored
Remove HAVE_GETLOGIN from win32/config.w32.h.in template (#18865)
PHP once had getlogin() emulation implemented on Windows. This isn't the case anymore since 2006 (dc34d34), neither Windows has getlogin() function.
1 parent f129586 commit 3ff6874

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

win32/build/config.w32.h.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@
5959
#undef HAVE_STRUCT_STAT_ST_BLKSIZE
6060
#undef HAVE_STRUCT_STAT_ST_BLOCKS
6161
#define HAVE_STRUCT_STAT_ST_RDEV 1
62-
#define HAVE_GETLOGIN 1
6362
#define HAVE_SHUTDOWN 1
6463
#define HAVE_STRCASECMP 1
6564
#define HAVE_UTIME 1

0 commit comments

Comments
 (0)