--- configure.in +++ configure.in 2004/01/14 12:26:45 @@ -100,9 +100,9 @@ dnl Conditional for optional security support in libslp SLP API library AM_CONDITIONAL(ENABLE_SLPv2_SECURITY, test "$slpv2security" = "yes") +AC_CHECK_LIB(crypto,DSA_sign) +AC_CHECK_FUNCS(DSA_verify DSA_size DSA_free SHA1) if test "$slpv2security" = "yes"; then - AC_CHECK_LIB(crypto,DSA_sign) - AC_CHECK_FUNCS(DSA_verify DSA_size DSA_free SHA1) AC_DEFINE(ENABLE_SLPv2_SECURITY) fi @@ -170,5 +170,12 @@ AC_CHECK_LIB(nsl, gethostbyname) AC_CHECK_LIB(m, main) AC_CHECK_FUNCS(ceil log10 strncasecmp strcasecmp ) -AC_OUTPUT(Makefile common/Makefile libslpattr/Makefile libslp/Makefile \ - slpd/Makefile slptool/Makefile test/Makefile slp.list) +AC_CONFIG_FILES([ Makefile ]) +AC_CONFIG_FILES([ common/Makefile ]) +AC_CONFIG_FILES([ libslpattr/Makefile ]) +AC_CONFIG_FILES([ libslp/Makefile ]) +AC_CONFIG_FILES([ slpd/Makefile ]) +AC_CONFIG_FILES([ slptool/Makefile ]) +AC_CONFIG_FILES([ test/Makefile ]) +AC_CONFIG_FILES([ slp.list ]) +AC_OUTPUT --- etc/slp.reg +++ etc/slp.reg 2004/01/14 12:26:45 @@ -37,3 +37,10 @@ ##Register telnet service with no attributes #service:telnet.myorg://192.168.100.1,en,65535 #use default scopes + +##Register vnc kdm service, can be used via krdc +#service:remotedesktop.kde:vnc://192.168.100.1:1,en,65535 +#attrid=(type=shared),(username=joe),(fullname=Joe User),(serviceid=1235456) +#description=KDE remote login + +