[Midnightbsd-cvs] src [7708] trunk/contrib/libdispatch: remove old files
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Thu Aug 11 21:33:59 EDT 2016
Revision: 7708
http://svnweb.midnightbsd.org/src/?rev=7708
Author: laffer1
Date: 2016-08-11 21:33:59 -0400 (Thu, 11 Aug 2016)
Log Message:
-----------
remove old files
Removed Paths:
-------------
trunk/contrib/libdispatch/config/config.h
trunk/contrib/libdispatch/src/shims/time.c
Deleted: trunk/contrib/libdispatch/config/config.h
===================================================================
--- trunk/contrib/libdispatch/config/config.h 2016-08-12 01:31:40 UTC (rev 7707)
+++ trunk/contrib/libdispatch/config/config.h 2016-08-12 01:33:59 UTC (rev 7708)
@@ -1,226 +0,0 @@
-/* config/config.h. Generated from config.h.in by configure. */
-/* config/config.h.in. Generated from configure.ac by autoheader. */
-
-/* Define to compile out legacy API */
-#define DISPATCH_NO_LEGACY 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 declaration of `CLOCK_REALTIME', and to 0 if
- you don't. */
-#define HAVE_DECL_CLOCK_REALTIME 1
-
-/* Define to 1 if you have the declaration of `CLOCK_UPTIME', and to 0 if you
- don't. */
-#define HAVE_DECL_CLOCK_UPTIME 1
-
-/* Define to 1 if you have the declaration of `EVFILT_LIO', and to 0 if you
- don't. */
-#define HAVE_DECL_EVFILT_LIO 1
-
-/* Define to 1 if you have the declaration of `EVFILT_SESSION', and to 0 if
- you don't. */
-#define HAVE_DECL_EVFILT_SESSION 0
-
-/* Define to 1 if you have the declaration of `FD_COPY', and to 0 if you
- don't. */
-#define HAVE_DECL_FD_COPY 1
-
-/* Define to 1 if you have the declaration of `NOTE_NONE', and to 0 if you
- don't. */
-#define HAVE_DECL_NOTE_NONE 0
-
-/* Define to 1 if you have the declaration of `NOTE_REAP', and to 0 if you
- don't. */
-#define HAVE_DECL_NOTE_REAP 0
-
-/* Define to 1 if you have the declaration of `NOTE_REVOKE', and to 0 if you
- don't. */
-#define HAVE_DECL_NOTE_REVOKE 1
-
-/* Define to 1 if you have the declaration of `NOTE_SIGNAL', and to 0 if you
- don't. */
-#define HAVE_DECL_NOTE_SIGNAL 0
-
-/* Define to 1 if you have the declaration of `POSIX_SPAWN_START_SUSPENDED',
- and to 0 if you don't. */
-#define HAVE_DECL_POSIX_SPAWN_START_SUSPENDED 0
-
-/* Define to 1 if you have the declaration of `SIGEMT', and to 0 if you don't.
- */
-#define HAVE_DECL_SIGEMT 1
-
-/* Define to 1 if you have the declaration of `VQ_UPDATE', and to 0 if you
- don't. */
-#define HAVE_DECL_VQ_UPDATE 0
-
-/* Define to 1 if you have the declaration of `VQ_VERYLOWDISK', and to 0 if
- you don't. */
-#define HAVE_DECL_VQ_VERYLOWDISK 0
-
-/* Define to 1 if you have the <dlfcn.h> header file. */
-#define HAVE_DLFCN_H 1
-
-/* Define to 1 if you have the <inttypes.h> header file. */
-#define HAVE_INTTYPES_H 1
-
-/* Define if Apple leaks program is present */
-/* #undef HAVE_LEAKS */
-
-/* Define to 1 if you have the <libkern/OSAtomic.h> header file. */
-/* #undef HAVE_LIBKERN_OSATOMIC_H */
-
-/* Define to 1 if you have the <libkern/OSCrossEndian.h> header file. */
-/* #undef HAVE_LIBKERN_OSCROSSENDIAN_H */
-
-/* Define if mach is present */
-/* #undef HAVE_MACH */
-
-/* Define to 1 if you have the `mach_absolute_time' function. */
-/* #undef HAVE_MACH_ABSOLUTE_TIME */
-
-/* Define to 1 if you have the `malloc_create_zone' function. */
-/* #undef HAVE_MALLOC_CREATE_ZONE */
-
-/* Define to 1 if you have the <malloc/malloc.h> header file. */
-/* #undef HAVE_MALLOC_MALLOC_H */
-
-/* Define to 1 if you have the <memory.h> header file. */
-#define HAVE_MEMORY_H 1
-
-/* Define if __builtin_trap marked noreturn */
-#define HAVE_NORETURN_BUILTIN_TRAP 1
-
-/* Define if __private_extern__ present */
-#define HAVE_PRIVATE_EXTERN 1
-
-/* Define to 1 if you have the `pthread_key_init_np' function. */
-/* #undef HAVE_PTHREAD_KEY_INIT_NP */
-
-/* Define to 1 if you have the <pthread_machdep.h> header file. */
-/* #undef HAVE_PTHREAD_MACHDEP_H */
-
-/* Define to 1 if you have the `pthread_main_np' function. */
-#define HAVE_PTHREAD_MAIN_NP 1
-
-/* Define to 1 if you have the <pthread_np.h> header file. */
-#define HAVE_PTHREAD_NP_H 1
-
-/* Define if pthread work queues are present */
-/* #undef HAVE_PTHREAD_WORKQUEUES */
-
-/* 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 `sysconf' function. */
-#define HAVE_SYSCONF 1
-
-/* Define to 1 if you have the <sys/cdefs.h> header file. */
-#define HAVE_SYS_CDEFS_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/sysctl.h> header file. */
-#define HAVE_SYS_SYSCTL_H 1
-
-/* Define to 1 if you have the <sys/types.h> header file. */
-#define HAVE_SYS_TYPES_H 1
-
-/* Define to 1 if you have the <TargetConditionals.h> header file. */
-/* #undef HAVE_TARGETCONDITIONALS_H */
-
-/* Define to 1 if you have the <unistd.h> header file. */
-#define HAVE_UNISTD_H 1
-
-/* Define to the sub-directory in which libtool stores uninstalled libraries.
- */
-#define LT_OBJDIR ".libs/"
-
-/* Name of package */
-#define PACKAGE "libdispatch"
-
-/* Define to the address where bug reports for this package should be sent. */
-#define PACKAGE_BUGREPORT "libdispatch at macosforge.org"
-
-/* Define to the full name of this package. */
-#define PACKAGE_NAME "libdispatch"
-
-/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "libdispatch 1.0"
-
-/* Define to the one symbol short name of this package. */
-#define PACKAGE_TARNAME "libdispatch"
-
-/* Define to the version of this package. */
-#define PACKAGE_VERSION "1.0"
-
-/* Define to 1 if you have the ANSI C header files. */
-#define STDC_HEADERS 1
-
-/* Define to use Mac OS X crashreporter info */
-/* #undef USE_APPLE_CRASHREPORTER_INFO */
-
-/* Define to use non-portablesemaphore optimizations for Mac OS X */
-/* #undef USE_APPLE_SEMAPHORE_OPTIMIZATIONS */
-
-/* Define to use non-portable pthread TSD optimizations for Mac OS X) */
-/* #undef USE_APPLE_TSD_OPTIMIZATIONS */
-
-/* Define to tag libdispatch_init as a constructor */
-#define USE_LIBDISPATCH_INIT_CONSTRUCTOR 1
-
-/* Define to use Mach semaphores */
-/* #undef USE_MACH_SEM */
-
-/* Define to use POSIX semaphores */
-#define USE_POSIX_SEM 1
-
-/* Version number of package */
-#define VERSION "1.0"
-
-/* Define to 1 if on MINIX. */
-/* #undef _MINIX */
-
-/* Define to 2 if the system does not provide POSIX.1 features except with
- this defined. */
-/* #undef _POSIX_1_SOURCE */
-
-/* Define to 1 if you need to in order for `stat' and other things to work. */
-/* #undef _POSIX_SOURCE */
-
-/* Enable extensions on AIX 3, Interix. */
-#ifndef _ALL_SOURCE
-# define _ALL_SOURCE 1
-#endif
-/* Enable GNU extensions on systems that have them. */
-#ifndef _GNU_SOURCE
-# define _GNU_SOURCE 1
-#endif
-/* Enable threading extensions on Solaris. */
-#ifndef _POSIX_PTHREAD_SEMANTICS
-# define _POSIX_PTHREAD_SEMANTICS 1
-#endif
-/* Enable extensions on HP NonStop. */
-#ifndef _TANDEM_SOURCE
-# define _TANDEM_SOURCE 1
-#endif
-/* Enable general extensions on Solaris. */
-#ifndef __EXTENSIONS__
-# define __EXTENSIONS__ 1
-#endif
-
-
-/* Define to a replacement for __private_extern */
-#define __private_extern__ extern __attribute__ ((visibility ("hidden")))
Deleted: trunk/contrib/libdispatch/src/shims/time.c
===================================================================
--- trunk/contrib/libdispatch/src/shims/time.c 2016-08-12 01:31:40 UTC (rev 7707)
+++ trunk/contrib/libdispatch/src/shims/time.c 2016-08-12 01:33:59 UTC (rev 7708)
@@ -1,36 +0,0 @@
-/*
- * Copyright (c) 2008-2009 Apple Inc. All rights reserved.
- *
- * @APPLE_APACHE_LICENSE_HEADER_START@
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- *
- * @APPLE_APACHE_LICENSE_HEADER_END@
- */
-
-#include "internal.h"
-
-// for architectures that don't always return mach_absolute_time() in nanoseconds
-#if !(defined(__i386__) || defined(__x86_64__) || !defined(HAVE_MACH_ABSOLUTE_TIME))
-_dispatch_host_time_data_s _dispatch_host_time_data;
-
-void
-_dispatch_get_host_time_init(void *context __attribute__((unused)))
-{
- mach_timebase_info_data_t tbi;
- (void)dispatch_assume_zero(mach_timebase_info(&tbi));
- _dispatch_host_time_data.frac = tbi.numer;
- _dispatch_host_time_data.frac /= tbi.denom;
- _dispatch_host_time_data.ratio_1_to_1 = (tbi.numer == tbi.denom);
-}
-#endif
More information about the Midnightbsd-cvs
mailing list