Skip to content

Commit

Permalink
Re-order headers
Browse files Browse the repository at this point in the history
  • Loading branch information
arr2036 committed Apr 23, 2016
1 parent f878dcf commit 5c2feb9
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 66 deletions.
66 changes: 33 additions & 33 deletions configure
Expand Up @@ -7955,50 +7955,50 @@ fi
for ac_header in \
dlfcn.h \
unistd.h \
arpa/inet.h \
crypt.h \
dlfcn.h \
errno.h \
resource.h \
sys/resource.h \
fcntl.h \
features.h \
fnmatch.h \
getopt.h \
glob.h \
grp.h \
inttypes.h \
limits.h \
malloc.h \
utmp.h \
utmpx.h \
netdb.h \
netinet/in.h \
prot.h \
pwd.h \
resource.h \
semaphore.h \
sia.h \
siad.h \
signal.h \
sys/select.h \
syslog.h \
inttypes.h \
stdint.h \
stdbool.h \
stddef.h \
stdint.h \
stdio.h \
netdb.h \
semaphore.h \
arpa/inet.h \
netinet/in.h \
sys/types.h \
sys/socket.h \
winsock.h \
utime.h \
sys/time.h \
sys/wait.h \
sys/security.h \
fcntl.h \
sys/event.h \
sys/fcntl.h \
sys/prctl.h \
sys/ptrace.h \
sys/resource.h \
sys/security.h \
sys/select.h \
sys/socket.h \
sys/time.h \
sys/types.h \
sys/un.h \
glob.h \
prot.h \
pwd.h \
grp.h \
stddef.h \
fnmatch.h \
sia.h \
siad.h \
features.h \
limits.h \
sys/event.h
sys/wait.h \
syslog.h \
unistd.h \
utime.h \
utmp.h \
utmpx.h \
winsock.h
do :
as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
Expand Down
66 changes: 33 additions & 33 deletions configure.ac
Expand Up @@ -992,50 +992,50 @@ AC_HEADER_TIME
AC_HEADER_SYS_WAIT

AC_CHECK_HEADERS( \
dlfcn.h \
unistd.h \
arpa/inet.h \
crypt.h \
dlfcn.h \
errno.h \
resource.h \
sys/resource.h \
fcntl.h \
features.h \
fnmatch.h \
getopt.h \
glob.h \
grp.h \
inttypes.h \
limits.h \
malloc.h \
utmp.h \
utmpx.h \
netdb.h \
netinet/in.h \
prot.h \
pwd.h \
resource.h \
semaphore.h \
sia.h \
siad.h \
signal.h \
sys/select.h \
syslog.h \
inttypes.h \
stdint.h \
stdbool.h \
stddef.h \
stdint.h \
stdio.h \
netdb.h \
semaphore.h \
arpa/inet.h \
netinet/in.h \
sys/types.h \
sys/socket.h \
winsock.h \
utime.h \
sys/time.h \
sys/wait.h \
sys/security.h \
fcntl.h \
sys/event.h \
sys/fcntl.h \
sys/prctl.h \
sys/ptrace.h \
sys/resource.h \
sys/security.h \
sys/select.h \
sys/socket.h \
sys/time.h \
sys/types.h \
sys/un.h \
glob.h \
prot.h \
pwd.h \
grp.h \
stddef.h \
fnmatch.h \
sia.h \
siad.h \
features.h \
limits.h \
sys/event.h
sys/wait.h \
syslog.h \
unistd.h \
utime.h \
utmp.h \
utmpx.h \
winsock.h
)

dnl #
Expand Down

0 comments on commit 5c2feb9

Please sign in to comment.