2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 14:07:59 +00:00
This commit is contained in:
Francis Dupont 2009-01-17 11:41:17 +00:00
parent b9d4899121
commit d18d8da1fe

View File

@ -15,7 +15,7 @@
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE.
# $Id: makedefs.pl,v 1.8 2007/06/19 23:47:24 tbox Exp $
# $Id: makedefs.pl,v 1.9 2009/01/17 11:41:17 fdupont Exp $
# makedefs.pl
# This script goes through all of the lib header files and creates a .def file
@ -24,7 +24,7 @@
# This program should only be run if it is necessary to regenerate
# the .def files. Normally these files should be updated by hand, adding
# new functions to the end and removing obsolete ones.
# If you do renerate them you will also need to modify them by hand to
# If you do regenerate them you will also need to modify them by hand to
# to pick up those routines not detected by this program (like openlog).
#
# Search String: ^(([_a-z0-9])*( ))*prefix_[_a-z0-9]+_[a-z0-9]+( )*\(