| home | help | back | first | fref | pref | prev | next | nref | lref | last | post |
Date: Wed, 15 Jun 1994 18:34:23 -0400 From: John T Kohl <jtk@kolvir.blrc.ma.us> To: krb5-bugs@MIT.EDU -----BEGIN PGP SIGNED MESSAGE----- isode/h/general.h: includes <malloc.h> under an #ifdef __STDC__. It should use <stdlib.h>. ISODE: The makefiles should not assume permissions on isode/include/*.h allow writing. I did a "chmod a-w" on all files, and this broke the build. The declarations of yytext in pepsydefs.h.gnrc should use a feature test to see if it's extern char *yytext or extern unsigned char yytext[]. (configure should create such a feature macro) isode/compat/strdup.c should use a feature test macro to build or not build strdup(). isode/compat/putenv.c: setenv/putenv conflicted with system versions, particularly with the differing system prototypes. I think we need a feature test macro here, and a code scan to see if anything uses the setenv/putenv interface [it may vary from system to system], and probably a renaming. - -ll in pepsy BUILDTOP in asn.1 osconf.h (autoconf.h ?) DEFAULT_KDB_FILE USE_DBM_LNAME required to get an_to_ln to compile lib/os/Makefile has @SUBDIRS@ tag in it ccdefname.c:KRB5_ENV_CCNAME locate_kdc.c:XXX osconfig.c:XXX kdc/main.c: KDCRCACHE admin/... wants autoconf ? kadmin/server/adm_server.c:XXX adm_extern.c:50: `DEFAULT_KDB_FILE' undeclared, outside of functions telnet rules -----BEGIN PGP SIGNATURE----- Version: 2.6 iQCVAgUBLf+B6VTdX6I8ZiRnAQF4WAP/ULPUhSslTlWphYhuWTh6H4GAX0oTf5Ua VkO2dQi1VwY03CSmnO4Zf4g1pN0jCg0qaqDgkVEbgvp0gcD89+XpvpL1HthG7nrv 7V/JtItOjo3Tg2kNsL9JjTrEqEUm4wyKP/dU6Km4Dj+hIkM39++aIIKzrXbwjlCr UDguaCv/Ums= =+Ovm -----END PGP SIGNATURE-----
| home | help | back | first | fref | pref | prev | next | nref | lref | last | post |