From: Arran Cudbard-Bell Date: Sat, 23 Apr 2016 13:33:40 +0000 (-0400) Subject: Re-order headers X-Git-Tag: release_3_0_12~154 X-Git-Url: http://www.project-moonshot.org/gitweb/?a=commitdiff_plain;h=5c2feb9153f66be2ac857db340ec5097de8a38c5;p=freeradius.git Re-order headers --- diff --git a/configure b/configure index a76f886..9d6a080 100755 --- a/configure +++ b/configure @@ -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` diff --git a/configure.ac b/configure.ac index 1000da2..90c35bd 100644 --- a/configure.ac +++ b/configure.ac @@ -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 #