diff options
author | Andy Dougherty <doughera@lafayette.edu> | 1998-06-08 10:45:36 -0400 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-06-10 05:52:05 +0000 |
commit | aebf16e7cdbc86ec766bcfc2294cc17a0e67dc15 (patch) | |
tree | 987d954b0b07ce46e70cfd66e26d155cf4f9f6d4 /Porting/Glossary | |
parent | 5d582a372c85360bc6ffdf3733896719312079e2 (diff) | |
download | perl-aebf16e7cdbc86ec766bcfc2294cc17a0e67dc15.tar.gz |
Config_66-01
Message-Id: <Pine.SUN.3.96.980608144437.13972A-100000@newton.phys>
p4raw-id: //depot/perl@1087
Diffstat (limited to 'Porting/Glossary')
-rw-r--r-- | Porting/Glossary | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Porting/Glossary b/Porting/Glossary index 8e7514e10a..fb7154d2ee 100644 --- a/Porting/Glossary +++ b/Porting/Glossary @@ -613,11 +613,6 @@ d_mkfifo (d_mkfifo.U): This variable conditionally defines the HAS_MKFIFO symbol, which indicates to the C program that the mkfifo() routine is available. -d_mkstemp (d_mkstemp.U): - This variable conditionally defines the HAS_MKSTEMP symbol, which - indicates to the C program that the mkstemp() routine is available - to create and open a unique tempporary file. - d_mktime (d_mktime.U): This variable conditionally defines the HAS_MKTIME symbol, which indicates to the C program that the mktime() routine is available. |