~ubuntu-branches/ubuntu/utopic/blender/utopic-proposed

« back to all changes in this revision

Viewing changes to source/blender/blenlib/intern/fnmatch.c

  • Committer: Package Import Robot
  • Author(s): Matteo F. Vescovi
  • Date: 2012-04-28 12:11:12 UTC
  • mto: (14.1.6 experimental) (1.5.1)
  • mto: This revision was merged to the branch mainline in revision 34.
  • Revision ID: package-import@ubuntu.com-20120428121112-2zi0vp8b6vejda8i
Tags: upstream-2.63
ImportĀ upstreamĀ versionĀ 2.63

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
 
31
31
 
32
32
/* Comment out all this code if we are using the GNU C Library, and are not
33
 
   actually compiling the library itself.  This code is part of the GNU C
34
 
   Library, but also included in many other GNU distributions.  Compiling
35
 
   and linking in this code is a waste when using the GNU C library
36
 
   (especially if it is a shared library).  Rather than having every GNU
37
 
   program understand `configure --with-gnu-libc' and omit the object files,
38
 
   it is simpler to just do this in the source for each such file.  */
 
33
 * actually compiling the library itself.  This code is part of the GNU C
 
34
 * Library, but also included in many other GNU distributions.  Compiling
 
35
 * and linking in this code is a waste when using the GNU C library
 
36
 * (especially if it is a shared library).  Rather than having every GNU
 
37
 * program understand `configure --with-gnu-libc' and omit the object files,
 
38
 * it is simpler to just do this in the source for each such file. */
39
39
 
40
40
#if defined _LIBC || !defined __GNU_LIBRARY__
41
41