-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge from Artem's fork #105
base: master
Are you sure you want to change the base?
Changes from 41 commits
bf41564
c2774c2
255b892
90de67a
bd1ea03
3220daf
9deb700
45891b8
7392121
dd952af
4d5aa72
fa52175
288c698
753fe14
8fc69d4
e4594ce
16b3229
3572dde
41addee
3113f7c
58afc89
997608e
36b3ea2
0b2a5a9
30a5637
e53d46a
e9a2914
95d60e8
7717b2b
dd23f92
faedac4
3a72334
40c2404
b0f2244
58ff3ca
ba4c3a2
e2e069b
2301e19
1519fde
233505b
3ddcd8c
c57a2a9
d844d84
06cb59c
f4eb917
4e3e814
61c87e9
732624e
4ce2096
2d15f58
2e6e800
6e681f9
75e4986
d3b5784
21fd3f2
de8898c
79a13ad
b351c3c
d4dfdda
a84ea4f
f8bf141
541f9ff
f200de7
7715831
c29f269
7aa36d4
6281205
b31d94f
c853985
d55dfe9
837b665
4c91656
bbd8a69
9ddf744
4bd2ca7
9eb37d1
ae05671
8c93ed3
909a133
a6627fc
16f48dc
025abe9
3031092
410e4da
12ff233
05ff3d1
491c98d
e7b6617
b1f54a3
12c1bee
680443a
96205a6
1548382
f3e4d1a
bb7cab8
17294fd
7c6e85b
333e9e4
026cd30
2f12640
93aea51
ee0d1b8
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,14 +4,12 @@ ref/* | |
*.exe | ||
dsm | ||
*.so | ||
*.a | ||
dsm_discover | ||
dsm_lookup | ||
dsm_inverse | ||
configure | ||
.*/ | ||
build*/ | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Hum, why ? |
||
*.a | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. We still need to keep one of them |
||
build/ | ||
*.deps | ||
*.la | ||
*.libs | ||
|
@@ -26,7 +24,12 @@ build*/ | |
aclocal.m4 | ||
autom4te.cache | ||
config | ||
config.* | ||
config.rb | ||
config.h.* | ||
config.s* | ||
config.log | ||
config.guess | ||
universal/*.a | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Sure why not |
||
config.h.in | ||
configure | ||
libtool | ||
|
This file was deleted.
This file was deleted.
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,163 @@ | ||
/* config.h. Generated from config.h.in by configure. */ | ||
/* config.h.in. Generated from configure.ac by autoheader. */ | ||
|
||
/* ... */ | ||
#define ASN1_ARRAY_TYPE asn1_static_node | ||
|
||
/* Define to 1 if you have the <alloca.h> header file. */ | ||
#define HAVE_ALLOCA_H 1 | ||
|
||
/* Define to 1 if you have the <arpa/inet.h> header file. */ | ||
#define HAVE_ARPA_INET_H 1 | ||
|
||
/* Define to 1 if you have the <bsd/string.h> header file. */ | ||
/* #undef HAVE_BSD_STRING_H */ | ||
|
||
/* Define to 1 if the system has the type `clockid_t'. */ | ||
#define HAVE_CLOCKID_T 1 | ||
|
||
/* Define to 1 if you have the `clock_gettime' function. */ | ||
#define HAVE_CLOCK_GETTIME 1 | ||
|
||
/* Define to 1 if you have the declaration of `CLOCK_MONOTONIC', and to 0 if | ||
you don't. */ | ||
#define HAVE_DECL_CLOCK_MONOTONIC 1 | ||
|
||
/* Define to 1 if you have the <dlfcn.h> header file. */ | ||
#define HAVE_DLFCN_H 1 | ||
|
||
/* Define to 1 if you have the `getifaddrs' function. */ | ||
#define HAVE_GETIFADDRS 1 | ||
|
||
/* Define if you have the iconv() function and it works. */ | ||
#define HAVE_ICONV 1 | ||
|
||
/* Define to 1 if you have the <ifaddrs.h> header file. */ | ||
#define HAVE_IFADDRS_H 1 | ||
|
||
/* Define to 1 if you have the <inttypes.h> header file. */ | ||
#define HAVE_INTTYPES_H 1 | ||
|
||
/* Define to 1 if you have the <langinfo.h> header file. */ | ||
#define HAVE_LANGINFO_H 1 | ||
|
||
/* Does this system have libbsd strl*** functions implementation */ | ||
#define HAVE_LIBBSD 1 | ||
|
||
/* Define to 1 if you have the <memory.h> header file. */ | ||
#define HAVE_MEMORY_H 1 | ||
|
||
/* Define to 1 if you have the `pipe' function. */ | ||
#define HAVE_PIPE 1 | ||
|
||
/* Define if you have POSIX threads libraries and header files. */ | ||
#define HAVE_PTHREAD 1 | ||
|
||
/* Have PTHREAD_PRIO_INHERIT. */ | ||
#define HAVE_PTHREAD_PRIO_INHERIT 1 | ||
|
||
/* Define to 1 if you have the <stdint.h> header file. */ | ||
#define HAVE_STDINT_H 1 | ||
|
||
/* Define to 1 if you have the <stdlib.h> header file. */ | ||
#define HAVE_STDLIB_H 1 | ||
|
||
/* Define to 1 if you have the <strings.h> header file. */ | ||
#define HAVE_STRINGS_H 1 | ||
|
||
/* Define to 1 if you have the <string.h> header file. */ | ||
#define HAVE_STRING_H 1 | ||
|
||
/* Define to 1 if you have the `strlcpy' function. */ | ||
#define HAVE_STRLCPY 1 | ||
|
||
/* Define to 1 if you have the `strndup' function. */ | ||
#define HAVE_STRNDUP 1 | ||
|
||
/* Define to 1 if the system has the type `struct timespec'. */ | ||
#define HAVE_STRUCT_TIMESPEC 1 | ||
|
||
/* Define to 1 if you have the <sys/queue.h> header file. */ | ||
#define HAVE_SYS_QUEUE_H 1 | ||
|
||
/* Define to 1 if you have the <sys/socket.h> header file. */ | ||
#define HAVE_SYS_SOCKET_H 1 | ||
|
||
/* Define to 1 if you have the <sys/stat.h> header file. */ | ||
#define HAVE_SYS_STAT_H 1 | ||
|
||
/* Define to 1 if you have the <sys/types.h> header file. */ | ||
#define HAVE_SYS_TYPES_H 1 | ||
|
||
/* libtasn1 has v 3.0 downcase types */ | ||
#define HAVE_TASN1_3PLUS 1 | ||
|
||
/* Define to 1 if you have the <unistd.h> header file. */ | ||
#define HAVE_UNISTD_H 1 | ||
|
||
/* Define to 1 if you have the `_pipe' function. */ | ||
/* #undef HAVE__PIPE */ | ||
|
||
/* Define as const if the declaration of iconv() needs const. */ | ||
#define ICONV_CONST | ||
|
||
/* Define to the sub-directory where libtool stores uninstalled libraries. */ | ||
#define LT_OBJDIR ".libs/" | ||
|
||
/* Name of package */ | ||
#define PACKAGE "libdsm" | ||
|
||
/* Define to the address where bug reports for this package should be sent. */ | ||
#define PACKAGE_BUGREPORT "" | ||
|
||
/* Define to the full name of this package. */ | ||
#define PACKAGE_NAME "libdsm" | ||
|
||
/* Define to the full name and version of this package. */ | ||
#define PACKAGE_STRING "libdsm 0.2.7" | ||
|
||
/* Define to the one symbol short name of this package. */ | ||
#define PACKAGE_TARNAME "libdsm" | ||
|
||
/* Define to the home page for this package. */ | ||
#define PACKAGE_URL "" | ||
|
||
/* Define to the version of this package. */ | ||
#define PACKAGE_VERSION "0.2.7" | ||
|
||
/* Define to necessary symbol if this constant uses a non-standard name on | ||
your system. */ | ||
/* #undef PTHREAD_CREATE_JOINABLE */ | ||
|
||
/* Define to 1 if you have the ANSI C header files. */ | ||
#define STDC_HEADERS 1 | ||
|
||
/* Define to 1 for Unicode (Wide Chars) APIs. */ | ||
/* #undef UNICODE */ | ||
|
||
/* Path of the random number generation device */ | ||
#define URANDOM "/dev/urandom" | ||
|
||
/* Version number of package */ | ||
#define VERSION "0.2.7" | ||
|
||
/* Define to 64 for large files support. */ | ||
#define _FILE_OFFSET_BITS 64 | ||
|
||
/* Define to 2 to get glibc warnings. */ | ||
#define _FORTIFY_SOURCE 2 | ||
|
||
/* Extensions to ISO C89 from ISO C99. */ | ||
/* #undef _ISOC99_SOURCE */ | ||
|
||
/* IEEE Std 1003.1. */ | ||
/* #undef _POSIX_C_SOURCE */ | ||
|
||
/* IEEE Std 1003.1. */ | ||
/* #undef _POSIX_SOURCE */ | ||
|
||
/* Define to 1 for Unicode (Wide Chars) APIs. */ | ||
/* #undef _UNICODE */ | ||
|
||
/* ... */ | ||
/* #undef asn1_static_node */ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Duplicate, good catch