diff options
Diffstat (limited to 'hints/freebsd.sh')
-rw-r--r-- | hints/freebsd.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/hints/freebsd.sh b/hints/freebsd.sh index 8a46326c6d..4efca6a043 100644 --- a/hints/freebsd.sh +++ b/hints/freebsd.sh @@ -24,5 +24,3 @@ case "$osvers" in esac # Avoid telldir prototype conflict in pp_sys.c (FreeBSD uses const DIR *) pp_sys_cflags='ccflags="$ccflags -DHAS_TELLDIR_PROTOTYPE"' -# FreeBSD has an older <db.h> header file. -DB_File_cflags='ccflags="$ccflags -DDBXS_HASH_TYPE=int -DDBXS_PREFIX_TYPE=int"' |