Changeset 2753 for trunk/synergy/lib/common/common.h
- Timestamp:
- Jul 30, 2006, 6:02:13 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/synergy/lib/common/common.h
r2752 r2753 2 2 * synergy -- mouse and keyboard sharing utility 3 3 * Copyright (C) 2002 Chris Schoeneman 4 * 4 * 5 5 * This package is free software; you can redistribute it and/or 6 6 * modify it under the terms of the GNU General Public License 7 7 * found in the file COPYING that should have accompanied this file. 8 * 8 * 9 9 * This package is distributed in the hope that it will be useful, 10 10 * but WITHOUT ANY WARRANTY; without even the implied warranty of … … 30 30 # define SYSAPI_WIN32 1 31 31 # define WINAPI_MSWINDOWS 1 32 # endif 33 34 // we may not have run configure on ming32 35 # if defined(__MINGW32__) 36 # define SYSAPI_WIN32 1 37 # define WINAPI_MSWINDOWS 1 38 # define HAVE_CXX_BOOL 1 39 # define HAVE_CXX_CASTS 1 40 # define HAVE_CXX_EXCEPTIONS 1 41 # define HAVE_CXX_MUTABLE 1 42 # define HAVE_CXX_STDLIB 1 43 # define HAVE_INTTYPES_H 1 44 # define HAVE_ISTREAM 1 45 # define HAVE_MEMORY_H 1 46 # define HAVE_OSTREAM 1 47 # include <sys/types.h> 48 # define HAVE_SSTREAM 1 49 # define HAVE_STDINT_H 1 50 # define HAVE_STDLIB_H 1 51 # define HAVE_STRINGS_H 1 52 # define HAVE_STRING_H 1 53 # define HAVE_SYS_STAT_H 1 54 # define HAVE_SYS_TIME_H 1 55 # define HAVE_SYS_TYPES_H 1 56 # define HAVE_VSNPRINTF 1 57 # define HAVE_WCHAR_H 1 58 # define HAVE_LOCALE_H 1 59 60 # define SIZEOF_CHAR 1 61 # define SIZEOF_INT 4 62 # define SIZEOF_LONG 4 63 # define SIZEOF_SHORT 2 64 # define STDC_HEADERS 1 65 # define TIME_WITH_SYS_TIME 1 66 # define X_DISPLAY_MISSING 1 32 67 # endif 33 68 … … 105 140 # define HAVE_POSIX_SIGWAIT 1 106 141 // we don't have pthreads, but we use the same header to reduce changes. 107 # define HAVE_PTHREAD 1 142 # define HAVE_PTHREAD 1 108 143 //# define HAVE_PTHREAD_SIGNAL 1 109 144 # include <sys/types.h>
Note:
See TracChangeset
for help on using the changeset viewer.