File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -128,21 +128,21 @@ VERSION=PYTHON_VERSION
128
128
AC_SUBST ( SOVERSION )
129
129
SOVERSION=1.0
130
130
131
- # The later definition of _XOPEN_SOURCE disables certain features
131
+ # The later defininition of _XOPEN_SOURCE disables certain features
132
132
# on Linux, so we need _GNU_SOURCE to re-enable them (makedev, tm_zone).
133
133
AC_DEFINE ( _GNU_SOURCE , 1 , [ Define on Linux to activate all library features] )
134
134
135
- # The later definition of _XOPEN_SOURCE and _POSIX_C_SOURCE disables
135
+ # The later defininition of _XOPEN_SOURCE and _POSIX_C_SOURCE disables
136
136
# certain features on NetBSD, so we need _NETBSD_SOURCE to re-enable
137
137
# them.
138
138
AC_DEFINE ( _NETBSD_SOURCE , 1 , [ Define on NetBSD to activate all library features] )
139
139
140
- # The later definition of _XOPEN_SOURCE and _POSIX_C_SOURCE disables
140
+ # The later defininition of _XOPEN_SOURCE and _POSIX_C_SOURCE disables
141
141
# certain features on FreeBSD, so we need __BSD_VISIBLE to re-enable
142
142
# them.
143
143
AC_DEFINE ( __BSD_VISIBLE , 1 , [ Define on FreeBSD to activate all library features] )
144
144
145
- # The later definition of _XOPEN_SOURCE and _POSIX_C_SOURCE disables
145
+ # The later defininition of _XOPEN_SOURCE and _POSIX_C_SOURCE disables
146
146
# certain features on Mac OS X, so we need _DARWIN_C_SOURCE to re-enable
147
147
# them.
148
148
AC_DEFINE ( _DARWIN_C_SOURCE , 1 , [ Define on Darwin to activate all library features] )
You can’t perform that action at this time.
0 commit comments