summaryrefslogtreecommitdiff
path: root/win32/config_H.vc
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2000-05-07 16:35:36 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2000-05-07 16:35:36 +0000
commite14e0044fd7fba8a715f6fdc13f0d3d3aecd8c98 (patch)
treeb86f7d8fc04670f97283b9d6c4e32222e0354d41 /win32/config_H.vc
parent40de78e2a80ac34b5838e42ca82978fc1b346599 (diff)
downloadperl-e14e0044fd7fba8a715f6fdc13f0d3d3aecd8c98.tar.gz
Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
because we do not use those. The HAS_GETSPNAM remains, though, because we still do use that. p4raw-id: //depot/cfgperl@6088
Diffstat (limited to 'win32/config_H.vc')
-rw-r--r--win32/config_H.vc18
1 files changed, 0 insertions, 18 deletions
diff --git a/win32/config_H.vc b/win32/config_H.vc
index b0702f079c..e748c97d3a 100644
--- a/win32/config_H.vc
+++ b/win32/config_H.vc
@@ -1331,12 +1331,6 @@
*/
/*#define HAS_ENDSERVENT /**/
-/* HAS_ENDSPENT:
- * This symbol, if defined, indicates that the endspent system call is
- * available to finalize the scan of SysV shadow password entries.
- */
-/*#define HAS_ENDSPENT /**/
-
/* HAS_FD_SET:
* This symbol, when defined, indicates presence of the fd_set typedef
* in <sys/types.h>
@@ -1546,12 +1540,6 @@
*/
#define HAS_GETSERV_PROTOS /**/
-/* HAS_GETSPENT:
- * This symbol, if defined, indicates that the getspent system call is
- * available to retrieve SysV shadow password entries sequentially.
- */
-/*#define HAS_GETSPENT /**/
-
/* HAS_GETSPNAM:
* This symbol, if defined, indicates that the getspnam system call is
* available to retrieve SysV shadow password entries by name.
@@ -1857,12 +1845,6 @@
*/
/*#define HAS_SETSERVENT /**/
-/* HAS_SETSPENT:
- * This symbol, if defined, indicates that the setspent system call is
- * available to initialize the scan of SysV shadow password entries.
- */
-/*#define HAS_SETSPENT /**/
-
/* HAS_SETVBUF:
* This symbol, if defined, indicates that the setvbuf routine is
* available to change buffering on an open stdio stream.