]> granicus.if.org Git - sudo/commit
Depending on the bos level, AIX 6.1 may or may not include
authorTodd C. Miller <Todd.Miller@sudo.ws>
Tue, 15 May 2018 15:53:46 +0000 (09:53 -0600)
committerTodd C. Miller <Todd.Miller@sudo.ws>
Tue, 15 May 2018 15:53:46 +0000 (09:53 -0600)
commit3a4c0e06c1105eea216d88163ae5a8ebc3ad9913
treecbf96b752990b9e575e9e824f1a8e79b66404867
parent93eec5fb9f3180d54dbdefcb31ede15340d1a4ee
Depending on the bos level, AIX 6.1 may or may not include
getline/getdelim and AIX 7.1 may or may not include memset_s.
Since we need to build packages that will work on all AIX 6.1 and
7.1 machines, use our getline() and memset_s emulation.
configure
configure.ac