Minor fix for FreeBSD again

This commit is contained in:
rdb 2009-07-22 10:54:47 +00:00
parent af7827c42a
commit 5f12039c40

View File

@ -1141,6 +1141,7 @@ def WriteConfigSettings():
dtool_config["IS_FREEBSD"] = '1'
dtool_config["HAVE_ALLOCA_H"] = 'UNDEF'
dtool_config["HAVE_MALLOC_H"] = 'UNDEF'
dtool_config["HAVE_LINUX_INPUT_H"] = 'UNDEF'
dtool_config["HAVE_PROC_CURPROC_FILE"] = '1'
dtool_config["HAVE_PROC_CURPROC_MAP"] = '1'
dtool_config["HAVE_PROC_CURPROC_CMDLINE"] = '1'