forked from esnet/iperf
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fc458a9
commit aa594bb
Showing
81 changed files
with
35,454 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
$Id: INSTALL,v 1.1.1.1 2004/05/18 01:50:44 kgibbs Exp $ | ||
|
||
Platform Specific Notes | ||
|
||
FreeBSD | ||
|
||
If you use a cc or c++ other than the system one, threads may not be | ||
detected properly. To work around this set the following environment | ||
variables: | ||
|
||
setenv CC /usr/bin/cc | ||
setenv CXX /usr/bin/c++ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
SUBDIRS = compat doc include src | ||
|
||
EXTRA_DIST = autogen.sh |
Oops, something went wrong.