File: extconf.rb

package info (click to toggle)
libhtp 1%3A0.5.52-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,336 kB
  • sloc: cpp: 23,862; ansic: 15,235; ruby: 236; php: 170; makefile: 109; sh: 31; python: 11
file content (6 lines) | stat: -rw-r--r-- 199 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
require 'mkmf'

dir_config( 'htp' )
have_library( 'htp', 'htp_connp_create' ) || abort( "Can't find HTP library." )
have_header( 'htp/htp.h' ) || abort( "Can't find htp.h" )
create_makefile( 'htp' )