source:
trunk/third/pine/platform
@
15886
Revision 15886, 139 bytes checked in by ghudson, 24 years ago (diff) |
---|
Line | |
---|---|
1 | case $OS in |
2 | solaris) |
3 | platform=gs5 |
4 | platformlibs=-lresolv |
5 | ;; |
6 | irix) |
7 | platform=sg6 |
8 | ;; |
9 | linux) |
10 | platform=slx |
11 | platformlibs=-lresolv |
12 | ;; |
13 | esac |
Note: See TracBrowser
for help on using the repository browser.