Changeset 3233
- Timestamp:
- Feb 15, 2005, 2:26:57 PM (21 years ago)
- Location:
- trunk/psLib
- Files:
-
- 2 edited
-
configure.ac (modified) (2 diffs)
-
src/psTest.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/configure.ac
r3232 r3233 9 9 CFLAGS="${CFLAGS=} -std=c99 -Wall -Werror" 10 10 SUBDIR="etc src test" dnl don't include 'swig', as it is optional 11 AH_VERBATIM([_GNU_SOURCE],12 [/* Enable GNU extensions on systems that have them. */13 #ifndef _GNU_SOURCE14 # define _GNU_SOURCE15 #endif16 ])17 11 18 12 AC_DISABLE_STATIC … … 30 24 AC_LANG(C) 31 25 AC_PROG_CC 32 AC_LANG_WERROR33 26 AC_GNU_SOURCE 34 27 -
trunk/psLib/src/psTest.c
r3182 r3233 10 10 // 11 11 // 12 #include "config.h" 12 13 13 14 #include <sys/types.h>
Note:
See TracChangeset
for help on using the changeset viewer.
