Changeset 3199 for trunk/psLib/src/config.h.in
- Timestamp:
- Feb 11, 2005, 1:55:58 PM (21 years ago)
- Location:
- trunk/psLib
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/config.h.in (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib
- Property svn:ignore
-
old new 3 3 lib 4 4 man 5 include 5 6 pslib.kdevelop.* 6 7 docs
-
- Property svn:ignore
-
trunk/psLib/src/config.h.in
r3191 r3199 29 29 /* Define to 1 if you have the <inttypes.h> header file. */ 30 30 #undef HAVE_INTTYPES_H 31 32 /* Define to 1 if you have the `mx' library (-lmx). */33 #undef HAVE_LIBMX34 31 35 32 /* Define to 1 if you have the <memory.h> header file. */ … … 86 83 /* Location of the psTime.xml file */ 87 84 #undef XML_CONFIG_FILE 85 86 /* Enable GNU extensions on systems that have them. */ 87 #ifndef _GNU_SOURCE 88 # define _GNU_SOURCE 89 #endif 90
Note:
See TracChangeset
for help on using the changeset viewer.
