~vanvugt/ubuntu/oneiric/mediatomb/fix-770964-784431

« back to all changes in this revision

Viewing changes to tombupnp/upnp/src/genlib/util/strintmap.c

  • Committer: Bazaar Package Importer
  • Author(s): Andres Mejia
  • Date: 2009-04-22 21:39:19 UTC
  • mto: (4.2.1 sid)
  • mto: This revision was merged to the branch mainline in revision 9.
  • Revision ID: james.westby@ubuntu.com-20090422213919-52m015y6gcpv1m1g
Tags: upstream-0.12.0~svn2018
ImportĀ upstreamĀ versionĀ 0.12.0~svn2018

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
* Purpose: This file contains string to integer and integer to string 
34
34
*       conversion functions 
35
35
************************************************************************/
 
36
#ifdef HAVE_CONFIG_H
 
37
    #include "autoconfig.h"
 
38
#endif
36
39
 
37
40
#include "config.h"
38
41
#include "strintmap.h"