Ignore:
Timestamp:
Jul 30, 2006, 6:02:13 PM (19 years ago)
Author:
bird
Message:

MINGW32 build config.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/synergy/lib/common/common.h

    r2752 r2753  
    22 * synergy -- mouse and keyboard sharing utility
    33 * Copyright (C) 2002 Chris Schoeneman
    4  * 
     4 *
    55 * This package is free software; you can redistribute it and/or
    66 * modify it under the terms of the GNU General Public License
    77 * found in the file COPYING that should have accompanied this file.
    8  * 
     8 *
    99 * This package is distributed in the hope that it will be useful,
    1010 * but WITHOUT ANY WARRANTY; without even the implied warranty of
     
    3030#               define SYSAPI_WIN32 1
    3131#               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
    3267#       endif
    3368
     
    105140#               define HAVE_POSIX_SIGWAIT 1
    106141// we don't have pthreads, but we use the same header to reduce changes.
    107 #               define HAVE_PTHREAD 1 
     142#               define HAVE_PTHREAD 1
    108143//#             define HAVE_PTHREAD_SIGNAL 1
    109144#               include <sys/types.h>
Note: See TracChangeset for help on using the changeset viewer.