File: dlopen

package info (click to toggle)
eegdev 0.2-3
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 4,972 kB
  • sloc: ansic: 32,259; sh: 10,941; makefile: 247; lex: 128; yacc: 118
file content (33 lines) | stat: -rw-r--r-- 435 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Description:
dlopen functions

Files:
lib/dlopen.c
lib/decl-dlfcn.h

Depends-on:
search-winfuncs

configure.ac:
save_LIBS=$LIBS
AC_SEARCH_LIBS([dlopen], [dl])
AC_CHECK_FUNC_FNARG([LoadLibrary], [0], [#include <windows.h>])
AC_CHECK_HEADERS([dlfcn.h])
AC_REPLACE_FUNCS([dlopen])
AC_SUBST([LIB_DLOPEN], "$LIBS")
LIBS=$save_LIBS

Makefile.am:

Include:
"decl-dlfcn.h"

Link:
$(LIB_DLOPEN)

License:
LGPLv2+

Maintainer:
Nicolas Bourdaud