diff options
Diffstat (limited to 'configure.in')
| -rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 856f3aae..03cec2f2 100644 --- a/configure.in +++ b/configure.in | |||
| @@ -1531,9 +1531,9 @@ case $host in | |||
| 1531 | AC_DEFINE(__bsd__,1,[bsd specific code in check_dhcp.c]) | 1531 | AC_DEFINE(__bsd__,1,[bsd specific code in check_dhcp.c]) |
| 1532 | ;; | 1532 | ;; |
| 1533 | *linux*) | 1533 | *linux*) |
| 1534 | AC_DEFINE(__linux__,1,[sun specific code in check_dhcp.c]) | 1534 | AC_DEFINE(__linux__,1,[linux specific code in check_dhcp.c]) |
| 1535 | ;; | 1535 | ;; |
| 1536 | *sun* | solaris*) | 1536 | *sun* | *solaris*) |
| 1537 | AC_DEFINE(__sun__,1,[sun specific code in check_dhcp.c]) | 1537 | AC_DEFINE(__sun__,1,[sun specific code in check_dhcp.c]) |
| 1538 | ;; | 1538 | ;; |
| 1539 | *hpux*) | 1539 | *hpux*) |
