Skip to content

Commit

Permalink
Add Makefile.in files to be available to macos
Browse files Browse the repository at this point in the history
Signed-off-by: Corey Minyard <[email protected]>
  • Loading branch information
cminyard committed Jul 20, 2023
1 parent abec703 commit 8ec3e1a
Show file tree
Hide file tree
Showing 52 changed files with 44,198 additions and 0 deletions.
961 changes: 961 additions & 0 deletions Makefile.in

Large diffs are not rendered by default.

748 changes: 748 additions & 0 deletions c++/Makefile.in

Large diffs are not rendered by default.

774 changes: 774 additions & 0 deletions c++/examples/Makefile.in

Large diffs are not rendered by default.

748 changes: 748 additions & 0 deletions c++/include/Makefile.in

Large diffs are not rendered by default.

691 changes: 691 additions & 0 deletions c++/include/gensio/Makefile.in

Large diffs are not rendered by default.

896 changes: 896 additions & 0 deletions c++/lib/Makefile.in

Large diffs are not rendered by default.

748 changes: 748 additions & 0 deletions c++/swig/Makefile.in

Large diffs are not rendered by default.

760 changes: 760 additions & 0 deletions c++/swig/go/Makefile.in

Large diffs are not rendered by default.

622 changes: 622 additions & 0 deletions c++/swig/go/examples/Makefile.in

Large diffs are not rendered by default.

598 changes: 598 additions & 0 deletions c++/swig/go/gensio/Makefile.in

Large diffs are not rendered by default.

1,247 changes: 1,247 additions & 0 deletions c++/swig/go/tests/Makefile.in

Large diffs are not rendered by default.

586 changes: 586 additions & 0 deletions c++/swig/go/tests/testbase/Makefile.in

Large diffs are not rendered by default.

570 changes: 570 additions & 0 deletions c++/swig/include/Makefile.in

Large diffs are not rendered by default.

941 changes: 941 additions & 0 deletions c++/swig/pygensio/Makefile.in

Large diffs are not rendered by default.

748 changes: 748 additions & 0 deletions c++/swig/pygensio/include/Makefile.in

Large diffs are not rendered by default.

689 changes: 689 additions & 0 deletions c++/swig/pygensio/include/gensio/Makefile.in

Large diffs are not rendered by default.

982 changes: 982 additions & 0 deletions c++/swig/pygensio/tests/Makefile.in

Large diffs are not rendered by default.

1,134 changes: 1,134 additions & 0 deletions c++/tests/Makefile.in

Large diffs are not rendered by default.

213 changes: 213 additions & 0 deletions config.h.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,213 @@
/* config.h.in. Generated from configure.ac by autoheader. */

/* PSELECT call is not atomic */
#undef BROKEN_PSELECT

/* Enable internal tracing */
#undef ENABLE_INTERNAL_TRACE

/* Set to 1 to enable alsa, 0 to disable */
#undef HAVE_ALSA

/* Set to 1 to enable MDNS support through avahi, 0 to disable */
#undef HAVE_AVAHI

/* Define to 1 if you have the `cfmakeraw' function. */
#undef HAVE_CFMAKERAW

/* Define to 1 if you have the declaration of `SIGWINCH', and to 0 if you
don't. */
#undef HAVE_DECL_SIGWINCH

/* Define to 1 if you have the declaration of `TIOCSRS485', and to 0 if you
don't. */
#undef HAVE_DECL_TIOCSRS485

/* Define to 1 if you have the <dlfcn.h> header file. */
#undef HAVE_DLFCN_H

/* Set to 1 to enable MDNS support through dnssd, 0 to disable */
#undef HAVE_DNSSD

/* This platform supports epoll(7) with epoll_pwait(2). */
#undef HAVE_EPOLL_PWAIT

/* Define to 1 if you have the `fnmatch' function. */
#undef HAVE_FNMATCH

/* Are GCC atomic operations available */
#undef HAVE_GCC_ATOMICS

/* Define if getrandom is available. */
#undef HAVE_GETRANDOM_FUNC

/* Have GLIB libraries */
#undef HAVE_GLIB

/* Have go installed */
#undef HAVE_GO

/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H

/* Define to 1 if you have the `isatty' function. */
#undef HAVE_ISATTY

/* PAM libraries are present */
#undef HAVE_LIBPAM

/* Set to 1 to enable SCTP, 0 to disable */
#undef HAVE_LIBSCTP

/* Set to 1 to enable MDNS support, 0 to disable */
#undef HAVE_MDNS

/* Set to 1 to enable IPMI support through OpenIPMI, 0 to disable */
#undef HAVE_OPENIPMI

/* Set to 1 to enable SSL support through OpenSSL, 0 to disable */
#undef HAVE_OPENSSL

/* Define to 1 if you have the `posix_openpt' function. */
#undef HAVE_POSIX_OPENPT

/* Define to 1 if you have the `prctl' function. */
#undef HAVE_PRCTL

/* Have PTHREAD_PRIO_INHERIT. */
#undef HAVE_PTHREAD_PRIO_INHERIT

/* Set to 1 if ptsname_r is available, 0 if not */
#undef HAVE_PTSNAME_R

/* Enable PTY gensio */
#undef HAVE_PTY

/* If available, contains the Python version number currently in use. */
#undef HAVE_PYTHON

/* Set to 1 to new random support in SSL, 0 to disable */
#undef HAVE_RAND_SET_DRBG_TYPE

/* Define to 1 if you have the `recvmsg' function. */
#undef HAVE_RECVMSG

/* Define to 1 if you have the `regexec' function. */
#undef HAVE_REGEXEC

/* Set to 1 if sctp_sendv() is available, 0 if not */
#undef HAVE_SCTP_SENDV

/* Define to 1 if you have the `sendmsg' function. */
#undef HAVE_SENDMSG

/* Define to 1 if you have the `setutxent' function. */
#undef HAVE_SETUTXENT

/* Define to 1 if you have the `signalfd' function. */
#undef HAVE_SIGNALFD

/* Define to 1 if you have the `sigtimedwait' function. */
#undef HAVE_SIGTIMEDWAIT

/* Define to 1 if you have the <stdint.h> header file. */
#undef HAVE_STDINT_H

/* Define to 1 if you have the <stdio.h> header file. */
#undef HAVE_STDIO_H

/* Define to 1 if you have the <stdlib.h> header file. */
#undef HAVE_STDLIB_H

/* Define to 1 if you have the `strcasecmp' function. */
#undef HAVE_STRCASECMP

/* Define to 1 if you have the <strings.h> header file. */
#undef HAVE_STRINGS_H

/* Define to 1 if you have the <string.h> header file. */
#undef HAVE_STRING_H

/* Define to 1 if you have the `strncasecmp' function. */
#undef HAVE_STRNCASECMP

/* Have swig installed */
#undef HAVE_SWIG

/* Define to 1 if you have the <sys/stat.h> header file. */
#undef HAVE_SYS_STAT_H

/* Define to 1 if you have the <sys/types.h> header file. */
#undef HAVE_SYS_TYPES_H

/* Have TCL libraries */
#undef HAVE_TCL

/* Define to 1 if you have the <tcpd.h> header file. */
#undef HAVE_TCPD_H

/* termios2 is present */
#undef HAVE_TERMIOS2

/* Set to 1 to enable udev, 0 to disable */
#undef HAVE_UDEV

/* Define to 1 if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H

/* Enable unix socket handling */
#undef HAVE_UNIX

/* Set to 1 to enable MDNS support through winmdns, 0 to disable */
#undef HAVE_WINMDNS

/* Set to 1 if binding with port 0 picks an ephemeral address */
#undef HAVE_WORKING_PORT0

/* Define to the sub-directory where libtool stores uninstalled libraries. */
#undef LT_OBJDIR

/* Name of package */
#undef PACKAGE

/* Define to the address where bug reports for this package should be sent. */
#undef PACKAGE_BUGREPORT

/* Define to the full name of this package. */
#undef PACKAGE_NAME

/* Define to the full name and version of this package. */
#undef PACKAGE_STRING

/* Define to the one symbol short name of this package. */
#undef PACKAGE_TARNAME

/* Define to the home page for this package. */
#undef PACKAGE_URL

/* Define to the version of this package. */
#undef PACKAGE_VERSION

/* Define to necessary symbol if this constant uses a non-standard name on
your system. */
#undef PTHREAD_CREATE_JOINABLE

/* Define to 1 if all of the C90 standard headers exist (not just the ones
required in a freestanding environment). This macro is provided for
backward compatibility; new code need not use it. */
#undef STDC_HEADERS

/* Use stdio for the file gensio */
#undef USE_FILE_STDIO

/* Enable multithreaded support */
#undef USE_PTHREADS

/* Enable device locking */
#undef USE_UUCP_LOCKING

/* Directory holding UUCP locks */
#undef UUCP_LOCK_DIR

/* Version number of package */
#undef VERSION
Loading

0 comments on commit 8ec3e1a

Please sign in to comment.