~ubuntu-branches/ubuntu/raring/curl/raring-updates

« back to all changes in this revision

Viewing changes to lib/Makefile.netware

  • Committer: Package Import Robot
  • Author(s): Alessandro Ghedini
  • Date: 2011-11-13 21:07:32 UTC
  • mto: (3.6.1 experimental) (1.3.1)
  • mto: This revision was merged to the branch mainline in revision 55.
  • Revision ID: package-import@ubuntu.com-20111113210732-bk5n25x2tu7aplur
Tags: upstream-7.22.0
ImportĀ upstreamĀ versionĀ 7.22.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
 
25
25
# Edit the path below to point to the base of your LibSSH2 package.
26
26
ifndef LIBSSH2_PATH
27
 
LIBSSH2_PATH = ../../libssh2-1.2.8
 
27
LIBSSH2_PATH = ../../libssh2-1.3.0
28
28
endif
29
29
 
30
30
# Edit the path below to point to the base of your axTLS package.
95
95
endif
96
96
PERL    = perl
97
97
# Here you can find a native Win32 binary of the original awk:
98
 
# http://www.gknw.net/development/prgtools/awk-20070501.zip
 
98
# http://www.gknw.net/development/prgtools/awk-20100523.zip
99
99
AWK     = awk
100
100
CP      = cp -afv
101
101
MKDIR   = mkdir
498
498
        @echo $(DL)#define USE_MANUAL 1$(DL) >> $@
499
499
        @echo $(DL)#define HAVE_ARPA_INET_H 1$(DL) >> $@
500
500
        @echo $(DL)#define HAVE_ASSERT_H 1$(DL) >> $@
 
501
        @echo $(DL)#define HAVE_ERRNO_H 1$(DL) >> $@
501
502
        @echo $(DL)#define HAVE_ERR_H 1$(DL) >> $@
502
503
        @echo $(DL)#define HAVE_FCNTL_H 1$(DL) >> $@
503
504
        @echo $(DL)#define HAVE_GETHOSTBYADDR 1$(DL) >> $@