Skip to content

Commit

Permalink
meson: Remove obsolete quota configuration data for linux and macOS h…
Browse files Browse the repository at this point in the history
…osts
  • Loading branch information
dgsga committed Jun 14, 2024
1 parent 8d9eaf8 commit ad81fee
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -1904,17 +1904,14 @@ endif
# OS-specific configuration
#

if host_os.contains('darwin')
cdata.set('NO_QUOTA_SUPPORT', 1)
elif host_os.contains('freebsd')
if host_os.contains('freebsd')
cdata.set('BSD4_4', 1)
cdata.set('FREEBSD', 1)
cdata.set('OPEN_NOFOLLOW_ERRNO', 'EMLINK')
elif host_os.contains('linux')
cdata.set('_GNU_SOURCE', 1)
cdata.set('HAVE_BROKEN_DBTOB', 1)
cdata.set('LINUX', 1)
cdata.set('NO_QUOTA_SUPPORT', 1)
elif host_os.contains('netbsd')
cdata.set('BSD4_4', 1)
cdata.set('NETBSD', 1)
Expand Down

0 comments on commit ad81fee

Please sign in to comment.