~ubuntu-branches/ubuntu/raring/gengetopt/raring

« back to all changes in this revision

Viewing changes to tests/test_conf_parser_ov.c

  • Committer: Package Import Robot
  • Author(s): Alessio Treglia
  • Date: 2012-11-15 01:31:28 UTC
  • mfrom: (1.1.10)
  • Revision ID: package-import@ubuntu.com-20121115013128-nnj2ag7x8v091mkn
Tags: 2.22.6-1
* New upstream release.
* Switch from autotools-dev to dh-autoreconf.
* Refresh patches.
* Bump debhelper requirements to automatically enable hardening.
* Update debian/copyright.
* Bump Standards.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
/* differently from test_conf_parser.c, the conf file does not
5
5
   override command line options */
6
6
 
 
7
#ifdef HAVE_CONFIG_H
 
8
#include "config.h"
 
9
#endif
 
10
 
7
11
#include <stdlib.h>
8
12
#include <stdio.h>
9
13