Changeset 2:b8c3435b818d in xplcommon for src/xplcommon/config.h.in
- Timestamp:
- 12/27/12 12:36:41 (12 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/xplcommon/config.h.in
r1 r2 9 9 /* Define to 1 if you have the <memory.h> header file. */ 10 10 #undef HAVE_MEMORY_H 11 12 /* Define to 1 if you have the <poll.h> header file. */13 #undef HAVE_POLL_H14 15 /* Define to 1 if you have the <pthread.h> header file. */16 #undef HAVE_PTHREAD_H17 11 18 12 /* Define to 1 if you have the <stdint.h> header file. */ … … 39 33 /* Define to 1 if you have the <windows.h> header file. */ 40 34 #undef HAVE_WINDOWS_H 35 36 /* Define to 1 if you have the <winsock2.h> header file. */ 37 #undef HAVE_WINSOCK2_H 41 38 42 39 /* Define to the sub-directory in which libtool stores uninstalled libraries. … … 68 65 #undef STDC_HEADERS 69 66 67 /* Define if the target is the POSIX API. */ 68 #undef TARGET_API_POSIX 69 70 /* Define if the target is the Win32 API. */ 71 #undef TARGET_API_WIN32 72 70 73 /* Version number of package */ 71 74 #undef VERSION
Note:
See TracChangeset
for help on using the changeset viewer.