summaryrefslogtreecommitdiff
path: root/source4/lib/replace/SConscript
blob: b63b544f8a5e53aaa1d2be5bf9c24b92d663de66 (plain)
1
2
3
4
5
6
7
8
9
10
11
Import('hostenv')
conf = Configure(hostenv)

#FIXME: conf.CheckBrokenInetNtoa() 
for f in ['strtoull','__strtoull','strtouq','strtoll','__strtoll','strtoq',
		  'seteuid','setresuid','setegid','setresgid']:
	conf.CheckFunc(f,'c')
conf.Finish()

hostenv.StaticLibrary('repdir', ['repdir/repdir.c'])
hostenv.StaticLibrary('replace', ['replace.c', 'snprintf.c'])