/
githubmirror
/
libsmbios
Обзор
Документация
Войти
/
githubmirror
/
libsmbios
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
pkg/dlopen.h.in
28 строк
985 B
Michael E Brown
calculate and export current correct soname for people who want to dlopen. include smbios/dlopen.h and use the define there for the name of the library.
19 янв 2009, 22:35
19 янв 2009, 22:35
66b946b
Код
Авторство
О чём код?
// vim:expandtab:autoindent:tabstop=4:shiftwidth=4:filetype=c: /* * Copyright (C) 2005 Dell Inc. * by Michael Brown <Michael_E_Brown@dell.com> * Licensed under the Open Software License version 2.1 * * Alternatively, you can redistribute it and/or modify * it under the terms of the GNU General Public License as published * by the Free Software Foundation; either version 2 of the License, * or (at your option) any later version. * This program is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. * See the GNU General Public License for more details. */ // Use this header if you are using dlopen to ensure that you get the same ABI // version as what you are compiling against #ifndef DLOPEN_H #define DLOPEN_H #define LIBSMBIOS_LIBNAME "@LIBSMBIOS_CPLUSPLUS_SONAME@" #define LIBSMBIOS_C_LIBNAME "@LIBSMBIOS_C_SONAME@" #endif /* DLOPEN_H */