comparison lib/strftime.c @ 248:405bc1f562b6

GNU shell utilities
author Jim Meyering <jim@meyering.net>
date Sun, 25 Sep 1994 03:06:48 +0000
parents 0adf96252683
children bab7d8c74c3a
comparison
equal deleted inserted replaced
247:6f887f433b2d 248:405bc1f562b6
71 %x locale's date representation (mm/dd/yy) 71 %x locale's date representation (mm/dd/yy)
72 %y last two digits of year (00..99) 72 %y last two digits of year (00..99)
73 %Y year (1970...) 73 %Y year (1970...)
74 74
75 David MacKenzie <djm@gnu.ai.mit.edu> */ 75 David MacKenzie <djm@gnu.ai.mit.edu> */
76
77 #ifdef emacs
78 #define CONFIG_BROKETS
79 #endif
76 80
77 #ifdef HAVE_CONFIG_H 81 #ifdef HAVE_CONFIG_H
78 #if defined (CONFIG_BROKETS) 82 #if defined (CONFIG_BROKETS)
79 /* We use <config.h> instead of "config.h" so that a compilation 83 /* We use <config.h> instead of "config.h" so that a compilation
80 using -I. -I$srcdir will use ./config.h rather than $srcdir/config.h 84 using -I. -I$srcdir will use ./config.h rather than $srcdir/config.h