mirror of
https://github.com/php/php-src.git
synced 2025-08-15 13:38:49 +02:00
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 (dc34d34230
),
neither Windows has getlogin() function.
This commit is contained in:
parent
f129586459
commit
3ff6874658
1 changed files with 0 additions and 1 deletions
|
@ -59,7 +59,6 @@
|
|||
#undef HAVE_STRUCT_STAT_ST_BLKSIZE
|
||||
#undef HAVE_STRUCT_STAT_ST_BLOCKS
|
||||
#define HAVE_STRUCT_STAT_ST_RDEV 1
|
||||
#define HAVE_GETLOGIN 1
|
||||
#define HAVE_SHUTDOWN 1
|
||||
#define HAVE_STRCASECMP 1
|
||||
#define HAVE_UTIME 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue