File: extconf.rb

package info (click to toggle)
libhtp 1%3A0.5.42-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 3,300 kB
  • sloc: cpp: 23,824; ansic: 14,999; ruby: 236; php: 170; makefile: 109; sh: 31; python: 11
file content (6 lines) | stat: -rw-r--r-- 199 bytes parent folder | download | duplicates (8)
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' )