tdinger@hiredgun.East.Sun.COM (Tom Dinger - Sun BOS SPA) (03/23/91)
Make msdos/config.h match config.h
For Perl 4.000
22 March 1991
Tom Dinger (tdinger@East.Sun.COM)
Larry added one new symbol to config.h since 4.0 Beta, which did not
get into the DOS version of config.h. This patch adds it. It is
not important -- normally the symbol (I_GDBM) should be undefined
for DOS anyway, unless somebody added GDBM support for DOS to Perl.
Apply with the patch program ("patch -p -N < thisfile").
*** orig/msdos/config.h Fri Mar 22 20:18:40 1991
--- msdos/config.h Fri Mar 22 20:20:24 1991
***************
*** 43,49 ****
/* BIN
* This symbol holds the name of the directory in which the user wants
! * to put publicly executable images for the package in question. It
* is most often a local directory such as /usr/local/bin.
*/
#define BIN "/usr/local/bin" /**/
--- 43,49 ----
/* BIN
* This symbol holds the name of the directory in which the user wants
! * to keep publicly executable images for the package in question. It
* is most often a local directory such as /usr/local/bin.
*/
#define BIN "/usr/local/bin" /**/
***************
*** 594,599 ****
--- 594,605 ----
* This manifest constant tells the C program to include <fcntl.h>.
*/
#define I_FCNTL /**/
+
+ /* I_GDBM
+ * This symbol, if defined, indicates that gdbm.h exists and should
+ * be included.
+ */
+ /*#undef I_GDBM /**/
/* I_GRP
* This symbol, if defined, indicates to the C program that it should
Tom Dinger consulting at:
TechnoLogics, Inc. Sun Microsystems Internet: tdinger@East.Sun.COM
(508)486-8500 (508)671-0521 UUCP: ...!sun!suneast!tdinger