search for: d_file

Displaying 5 results from an estimated 5 matches for "d_file".

Did you mean: db_file
2011 Apr 01
1
[GIT PULL] elflink core
...* Yay for recursive function calls. + */ +static void print_loading_dep(struct loading_dep *dep) +{ + if (dep) { + print_loading_dep(dep->next); + printf("\t\t\"%s\"\n", dep->name); + } +} + int module_load_dependencies(const char *name,const char *dep_file) { FILE *d_file=fopen(dep_file,"r"); char line[2048],aux[2048],temp_name[MODULE_NAME_SIZE],slbz[24]; int i=0,j=0,res=0; + struct loading_dep *dep; if(d_file==NULL) { @@ -355,6 +389,40 @@ int module_load_dependencies(const char *name,const char *dep_file) return -1; } + /* + * Are we alr...
2003 Sep 29
0
Samba 3 doesn't compile against SUN directory server 4.16sp1
....16sp1. I run configure --with-acl-support --with-quotas. The first problem is, that configure reports that ldap.h can not be compiled. In config.log, I found the following lines: configure:22013: checking ldap.h usability configure:22022: gcc -c -g -O2 -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE _OFFSET_BITS=64 conftest.c >&5 In file included from configure:22050: /usr/include/ldap.h:494: error: field `ldctl_value' has incomplete type /usr/include/ldap.h:1083: error: parse error before "BerElement" /usr/include/ldap.h:1085: error: parse error before "BerElement&qu...
2011 May 25
1
[GIT PULL] elflink ldlinux
Hi, These patches contain support for some features that are already in Syslinux 4 but weren't working properly on the elflink branch. It's another step closer to feature parity with Syslinux 4. Having to jump through the comboot API for localboot support is less than ideal and I'll eventually fix that, probably when we move a big chunk of code from asm to C. Also, there's a
2018 Jan 20
2
Can anyone help with a quick app_record.c module improvement and can explain over-riding modules?
On 20 January 2018 at 23:30, Tim S <tim.strommen at gmail.com> wrote: > I have seen this take over 2 seconds before on a sluggish machine. Thanks - my host uses SSD and everything seems pretty quick, but I'll give it a 1 second pause. > you'd need to pipe that to a Google Speech API tunnel. > That's probably not something you can hack away at with simple > Asterisk
2003 Apr 20
1
log of build of 2.2.8a on Solaris9 using SUN's studio7 cc.
...----------- next part -------------- # gmake Using FLAGS = -DHAVE_CRYPT_DECL -I/usr/local/include/openssl -O -fast -xtarget=ultra -xarch=v8plusa -Iinclude -I./include -I./ubiqx -I./smbwrapper -I/usr /local/include -I/usr/sfw/include -I/opt/sfw/include -I/usr/local/kde/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DLOGFILEBASE="/usr/local/samba/va r" -DCONFIGFILE="/usr/local/samba/lib/smb.conf" -DLMHOSTSFILE="/usr/local/samba/lib/lmhosts" -DSWATDIR="/usr/local/samba/swat" -DSBINDIR="/usr/local/samb a/bin" -DLOCKDIR="/usr/local/samba/var...