~ubuntu-branches/ubuntu/maverick/krb5/maverick

« back to all changes in this revision

Viewing changes to src/kadmin/cli/getdate.y

  • Committer: Bazaar Package Importer
  • Author(s): Sam Hartman, Russ Allbery, Sam Hartman
  • Date: 2008-08-21 10:41:41 UTC
  • mfrom: (11.1.15 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080821104141-a0f9c4o4cpo8xd0o
Tags: 1.6.dfsg.4~beta1-4
[ Russ Allbery ]
* Translation updates:
  - Swedish, thanks Martin Bagge.  (Closes: #487669, #491774)
  - Italian, thanks Luca Monducci.  (Closes: #493962)

[ Sam Hartman ]
* Translation Updates:
    - Dutch, Thanks Vincent Zweije, Closes: #495733

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
/* SUPPRESS 287 on yaccpar_sccsid *//* Unusd static variable */
14
14
/* SUPPRESS 288 on yyerrlab *//* Label unused */
15
15
 
16
 
#ifdef HAVE_CONFIG_H
17
 
#if defined (emacs) || defined (CONFIG_BROKETS)
18
 
#include <config.h>
19
 
#else
20
 
#include "config.h"
21
 
#endif
22
 
#endif
 
16
#include "autoconf.h"
23
17
#include <string.h>
24
18
 
25
19
/* Since the code of getdate.y is not included in the Emacs executable