Changeset 7bbc2548f92696457164ebf7f4f86dc815ef80c7 for m4/printf-posix.m4
- Timestamp:
- 03/23/08 21:01:24 (5 months ago)
- git-parent:
- Files:
-
- m4/printf-posix.m4 (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
m4/printf-posix.m4
r1263062 r7bbc254 1 # printf-posix.m4 serial 2 (gettext-0.13.1)2 dnl Copyright (C) 2003 Free Software Foundation, Inc.1 # printf-posix.m4 serial 3 (gettext-0.17) 2 dnl Copyright (C) 2003, 2007 Free Software Foundation, Inc. 3 3 dnl This file is free software; the Free Software Foundation 4 4 dnl gives unlimited permission to copy and/or distribute it, … … 29 29 [ 30 30 AC_EGREP_CPP(notposix, [ 31 #if defined __NetBSD__ || defined _ MSC_VER || defined __MINGW32__ || defined __CYGWIN__31 #if defined __NetBSD__ || defined __BEOS__ || defined _MSC_VER || defined __MINGW32__ || defined __CYGWIN__ 32 32 notposix 33 33 #endif
