diff options
author | Shane Kerr <shane@isc.org> | 2007-11-16 11:04:12 +0000 |
---|---|---|
committer | Shane Kerr <shane@isc.org> | 2007-11-16 11:04:12 +0000 |
commit | 6e999c3c8a96354e088da8a5a35c9ab92f419ec7 (patch) | |
tree | 375ea7f6ca88c7732d4e675d2d52b3f3693e21ec /includes/config.h.in | |
parent | b9ced0286885a375857acb742091a10a787b07c7 (diff) | |
download | isc-dhcp-6e999c3c8a96354e088da8a5a35c9ab92f419ec7.tar.gz |
Unit test framework now added.
See RT ticket #17223 for more.
Diffstat (limited to 'includes/config.h.in')
-rw-r--r-- | includes/config.h.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/config.h.in b/includes/config.h.in index ea773e3a..602f2fa4 100644 --- a/includes/config.h.in +++ b/includes/config.h.in @@ -82,7 +82,7 @@ /* Define to the version of this package. */ #undef PACKAGE_VERSION -/* The size of a `struct iaddr *', as computed by sizeof. */ +/* The size of `struct iaddr *', as computed by sizeof. */ #undef SIZEOF_STRUCT_IADDR_P /* Define to 1 if you have the ANSI C header files. */ |